summaryrefslogtreecommitdiffstats
path: root/perl/perl-Parser-MGC/README
diff options
context:
space:
mode:
author Randall Sawyer2017-08-01 11:08:41 +0200
committer Willy Sudiarto Raharjo2017-08-05 02:07:28 +0200
commite51423589e69ee0fa44f7237b03af7010a7e8d6f (patch)
tree97031c5a3c2d4c1ea7b0d35622de4376998b89cd /perl/perl-Parser-MGC/README
parent2fe6bf53d43300164196d054525cfb290070f515 (diff)
downloadslackbuilds-e51423589e69ee0fa44f7237b03af7010a7e8d6f.tar.gz
perl/perl-Parser-MGC: Added (build recursive-descent parsers).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Parser-MGC/README')
-rw-r--r--perl/perl-Parser-MGC/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-Parser-MGC/README b/perl/perl-Parser-MGC/README
new file mode 100644
index 0000000000..ce11e13f4f
--- /dev/null
+++ b/perl/perl-Parser-MGC/README
@@ -0,0 +1,6 @@
+Parser-MGC is a base class which provides a framework for building
+recursive-descent parsers. It takes its name from the m//gc regular
+expressions it uses to parse data into tokens.
+
+The module is well-documented. This build also includes a detailed
+tutorial and a number of simple examples.