summaryrefslogtreecommitdiffstats
path: root/devel/p5-Parse-RecDescent/pkg-descr
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2003-04-22 13:48:46 +0000
committertobez <tobez@FreeBSD.org>2003-04-22 13:48:46 +0000
commitc1a82debd611f010a022baac77ab780f07da1c9b (patch)
tree2ff5f049dd7f9771861718fc67a9c535352f176f /devel/p5-Parse-RecDescent/pkg-descr
parent11b4d6bbc85d1c277dc771bd10a2f0a9725719f4 (diff)
downloadFreeBSD-ports-c1a82debd611f010a022baac77ab780f07da1c9b.zip
FreeBSD-ports-c1a82debd611f010a022baac77ab780f07da1c9b.tar.gz
Update to 1.94, grab maintainership.
Diffstat (limited to 'devel/p5-Parse-RecDescent/pkg-descr')
-rw-r--r--devel/p5-Parse-RecDescent/pkg-descr27
1 files changed, 15 insertions, 12 deletions
diff --git a/devel/p5-Parse-RecDescent/pkg-descr b/devel/p5-Parse-RecDescent/pkg-descr
index d92d423..698c3c9 100644
--- a/devel/p5-Parse-RecDescent/pkg-descr
+++ b/devel/p5-Parse-RecDescent/pkg-descr
@@ -1,13 +1,16 @@
- RecDescent incrementally generates top-down recursive-descent text
- parsers from simple yacc-like grammar specifications. It provides:
+RecDescent incrementally generates top-down recursive-descent text
+parsers from simple yacc-like grammar specifications. It provides:
- * Regular expressions or literal strings as terminals (tokens)
- * Multiple (non-contiguous) productions for any rule
- * Repeated, optional and alternate subrules within productions
- * Late-bound (run-time dispatched) subrules
- * Full access to Perl within actions specified as part of the grammar
- * Simple automated error reporting during generation and parsing
- * The ability to commit to, uncommit to, or reject particular
- productions during a parse
- * Incremental extension of the parsing grammar (even during a parse)
- * The ability to retrieve the generated parsing code.
+ * Regular expressions or literal strings as terminals (tokens)
+ * Multiple (non-contiguous) productions for any rule
+ * Repeated, optional and alternate subrules within productions
+ * Late-bound (run-time dispatched) subrules
+ * Full access to Perl within actions specified as part of the grammar
+ * Simple automated error reporting during generation and parsing
+ * The ability to commit to, uncommit to, or reject particular
+ productions during a parse
+ * Incremental extension of the parsing grammar (even during a parse)
+ * The ability to retrieve the generated parsing code.
+
+WWW: http://search.cpan.org/search?dist=Parse-RecDescent
+Author: Damian Conway <damian@conway.org>
OpenPOWER on IntegriCloud