diff options
Diffstat (limited to 'perl/perl-Parser-MGC/README')
-rw-r--r-- | perl/perl-Parser-MGC/README | 6 |
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 000000000000..ce11e13f4fc2 --- /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. |