Paketname | libparse-recdescent-perl |
Beschreibung | Perl module to create and use recursive-descent parsers |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.963+dfsg-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 584 Byte |
Hängt ab von | perl, perl (>= 5.10) | libversion-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 153006 Byte |
Prüfsumme MD5 | 4d433834399c17eece461499d9f479aa |
Prüfsumme SHA1 | a8bf3d89dae05bd7167b7db193314184f53a191c |
Prüfsumme SHA256 | b6d326249212eb9020b01a04be3922380b6e1629badb4409b23de1d452121781 |
Link zum Herunterladen | libparse-recdescent-perl_1.963+dfsg-1_all.deb |
Ausführliche Beschreibung | Parse::RecDescent incrementally generates top-down recursive-descent text
parsers from simple yacc-like grammar specifications. It provides:
.
* Regular expressions or literal strings as terminals (tokens)
* Multiple (non-contiguous) productions for any rule
* Repeated, optional and alternate sub-rules within productions
* Late-bound (run-time dispatched) sub-rules
* Full access to Perl within actions specified as part of the grammar
* Simple automated error reporting during parser generation and parsing
* The ability to commit to, uncommit to, or reject particular productions
during a parse
* Incremental extension of the parsing grammar (even during a parse)
* The ability to retrieve the generated parsing code
|