DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibparse-recdescent-perl
BeschreibungPerl module to create and use recursive-descent parsers
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.965001+dfsg-1
Sektionperl
Prioritätoptional
Installierte Größe584 Byte
Hängt ab vonperl, perl (>= 5.10) | libversion-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße157046 Byte
Prüfsumme MD55b85c38c9230255266ede48e53e6e452
Prüfsumme SHA1af80d6d6e43b02c93cd6fb7b0246668e680cec6d
Prüfsumme SHA256ed589265427abf92d81e329449bba152bcfefe7157992002fd01bf0d265cd30f
Link zum Herunterladenlibparse-recdescent-perl_1.965001+dfsg-1_all.deb
Ausführliche BeschreibungParse::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


Impressum
Linux is a registered trademark of Linus Torvalds