freebsd-ports/devel/p5-Parser-MGC/pkg-plist
Po-Chuan Hsieh 924b29e65f
devel/p5-Parser-MGC: Add p5-Parser-MGC 0.19
Parser::MGC class provides a low-level framework for building recursive-descent
parsers that consume a given input string from left to right, returning a parse
structure. It takes its name from the m//gc regexps used to implement the token
parsing behaviour.

It provides a number of token-parsing methods, which each extract a grammatical
token from the string. It also provides wrapping methods that can be used to
build up a possibly-recursive grammar structure, by applying a structure around
other parts of parsing code.

WWW: https://metacpan.org/release/Parser-MGC
2021-04-29 22:23:30 +08:00

6 lines
258 B
Text

%%SITE_PERL%%/Parser/MGC.pm
%%SITE_PERL%%/Parser/MGC/Examples/EvaluateExpression.pm
%%SITE_PERL%%/Parser/MGC/Tutorial.pod
%%PERL5_MAN3%%/Parser::MGC.3.gz
%%PERL5_MAN3%%/Parser::MGC::Examples::EvaluateExpression.3.gz
%%PERL5_MAN3%%/Parser::MGC::Tutorial.3.gz