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 Ubuntu Archiv lucid (universe)
Version1.963+dfsg-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe584 Byte
Hängt ab vonperl, perl (>= 5.10) | libversion-perl
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße153006 Byte
Prüfsumme MD54d433834399c17eece461499d9f479aa
Prüfsumme SHA1a8bf3d89dae05bd7167b7db193314184f53a191c
Prüfsumme SHA256b6d326249212eb9020b01a04be3922380b6e1629badb4409b23de1d452121781
Link zum Herunterladenlibparse-recdescent-perl_1.963+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