aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Parser-MGC/README
diff options
context:
space:
mode:
authorRandall Sawyer <srandallsawyer@gmail.com>2017-08-01 10:08:41 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-05 07:07:28 +0700
commite51423589e69ee0fa44f7237b03af7010a7e8d6f (patch)
tree97031c5a3c2d4c1ea7b0d35622de4376998b89cd /perl/perl-Parser-MGC/README
parent2fe6bf53d43300164196d054525cfb290070f515 (diff)
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 0000000000000..ce11e13f4fc23
--- /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.