Package : perl-Parser-MGC > RPM : perl-Parser-MGC-0.210.0-2.mga9.src.rpm
Basic items
Name | perl-Parser-MGC |
Version | 0.210.0 |
Release | 2.mga9 |
URL | https://metacpan.org/release/Parser-MGC |
Group | Development/Perl |
Summary | Build simple recursive-descent parsers |
Size | 60KB |
Arch | noarch |
License | GPL+ or Artistic |
Description
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.
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.
Media information
Distribution release | Mageia cauldron |
Media name | core-release |
Media arch | i586 |
Advanced items
Source RPM | NOT IN DATABASE ?! |
Build time | 2022-03-21 21:58:12 |
Changelog | View in Sophie |
Files | View in Sophie |
Dependencies | View in Sophie |