Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-parslet
From: Takahiro Kambe
Date: 2013-02-11 09:47:20
Message id: 20130211084720.D9A8E175DD@cvs.netbsd.org
Log Message:
Add ruby-parslet package version 1.4.0.
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.
Files: