Paketname | libparse-recdescent-perl |
Beschreibung | Perl module to create and use recursive-descent parsers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.965001+dfsg-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 584 Byte |
Hängt ab von | perl, perl (>= 5.10) | libversion-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 157046 Byte |
Prüfsumme MD5 | 5b85c38c9230255266ede48e53e6e452 |
Prüfsumme SHA1 | af80d6d6e43b02c93cd6fb7b0246668e680cec6d |
Prüfsumme SHA256 | ed589265427abf92d81e329449bba152bcfefe7157992002fd01bf0d265cd30f |
Link zum Herunterladen | libparse-recdescent-perl_1.965001+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
|