summaryrefslogtreecommitdiffstats
path: root/perl/perl-Parser-MGC/README
blob: ce11e13f4fc23ddcc96097cbd90dd06a77acc98a (plain)
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.