diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 05:15:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 05:15:16 +0000 |
commit | 29563b7dfa5bbb0b4dbead55f25d77980280bb6a (patch) | |
tree | 40ff4d568748258d2eafa12115e7d28c9bb776b7 /textproc/Makefile | |
parent | b2aaade7a6105bfb0c5fa449039435af74692ca2 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=353270
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 437d4edaeeb4..71a53261a6e5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1312,6 +1312,7 @@ SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-opml + SUBDIR += rubygem-parslet SUBDIR += rubygem-phone SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet |