summaryrefslogtreecommitdiffstats
path: root/perl/perl-Parse-RecDescent/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Parse-RecDescent/README')
-rw-r--r--perl/perl-Parse-RecDescent/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Parse-RecDescent/README b/perl/perl-Parse-RecDescent/README
new file mode 100644
index 0000000000..e1f100b2ed
--- /dev/null
+++ b/perl/perl-Parse-RecDescent/README
@@ -0,0 +1,4 @@
+Parse::RecDescent - generate recursive-descent parsers
+
+RecDescent incrementally generates top-down recursive-descent text
+parsers from simple yacc-like grammar specifications.