diff options
author | Nicholas Hubbard <nicholashubbard@posteo.net> | 2022-10-06 12:00:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:46 +0700 |
commit | 96f06adaa8c27761fc9b0d6d937e3d43a7ead475 (patch) | |
tree | 8ac26619c5da0c357dda114182d4c946ff98feab /perl/perl-Parser-MGC/README | |
parent | eabd709c721b53a776035067a0ab64187a9a90d3 (diff) | |
download | slackbuilds-96f06adaa8c27761fc9b0d6d937e3d43a7ead475.tar.gz |
perl/perl-Parser-MGC: Updated for version 0.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Parser-MGC/README')
-rw-r--r-- | perl/perl-Parser-MGC/README | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/perl/perl-Parser-MGC/README b/perl/perl-Parser-MGC/README index ce11e13f4f..adb23138d2 100644 --- a/perl/perl-Parser-MGC/README +++ b/perl/perl-Parser-MGC/README @@ -1,6 +1 @@ -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. +Build simple recursive-descent parsers in Perl. |