| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Parser-MGC | Distribution: OpenMandriva Lx |
| Version: 0.23 | Vendor: OpenMandriva |
| Release: 5 | Build date: Sat Aug 1 20:46:46 2026 |
| Group: Development/Perl | Build host: c64-6.openmandriva.org |
| Size: 0 | Source RPM: perl-Parser-MGC-0.23-5.src.rpm |
| Packager: bero <bero@lindev.ch> | |
| Url: https://metacpan.org/dist/Parser-MGC | |
| Summary: Build simple recursive-descent parsers | |
This base 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. Each method, both token and structural, atomically either consumes a prefix of the string and returns its result, or fails and consumes nothing. This makes it simple to implement grammars that require backtracking.
GPL+ or Artistic
/usr/share/doc/perl-Parser-MGC /usr/share/doc/perl-Parser-MGC/Changes /usr/share/doc/perl-Parser-MGC/META.yml /usr/share/doc/perl-Parser-MGC/README /usr/share/man/man3/Parser::MGC.3pm.zst /usr/share/man/man3/Parser::MGC::Examples::EvaluateExpression.3pm.zst /usr/share/man/man3/Parser::MGC::Tutorial.3pm.zst /usr/share/perl5/vendor_perl/Parser /usr/share/perl5/vendor_perl/Parser/MGC /usr/share/perl5/vendor_perl/Parser/MGC.pm /usr/share/perl5/vendor_perl/Parser/MGC/Examples /usr/share/perl5/vendor_perl/Parser/MGC/Examples/EvaluateExpression.pm /usr/share/perl5/vendor_perl/Parser/MGC/Tutorial.pod
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 15 22:00:43 2026