Commit graph

3 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
05e085d6c3 - Fix .gemspec for rubygem-blankslate 3.1.2
- Bump PORTREVISION for package change

PR:		ports/189984
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-06-03 12:45:09 +00:00
Sunpoet Po-Chuan Hsieh
7411d6917b - Update to 1.6.1
Changes:	https://github.com/kschiess/parslet/commits/master
2014-05-24 07:21:43 +00:00
Sunpoet Po-Chuan Hsieh
29563b7dfa - Add rubygem-parslet 1.6.0
Parslet is a small Ruby library for constructing parsers in the PEG (Parsing
Expression Grammar) fashion.

Parslet makes developing complex parsers easy. It does so by
- providing the best error reporting possible
- not generating reams of code for you to debug

Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing the
atoms of your language first; parslet takes pride in making this possible.

WWW: http://kschiess.github.io/parslet/
RG:  https://rubygems.org/gems/parslet
2014-05-08 05:15:16 +00:00