libparse-recdescent-perl 1.967015+dfsg-ok2 source package in openKylin
Changelog
libparse-recdescent-perl (1.967015+dfsg-ok2) nile; urgency=medium * Re-upload. -- CI Bot <email address hidden> Tue, 09 Jul 2024 06:30:19 +0000
libparse-recdescent-perl (1.967015+dfsg-ok2) nile; urgency=medium * Re-upload. -- CI Bot <email address hidden> Tue, 09 Jul 2024 06:30:19 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libparse-recdescent-perl_1.967015+dfsg.orig.tar.gz | 127.2 KiB | 4eecd54542d1103e360fffc229c2845728dc23303d01b18ea62b85347069ad6e |
libparse-recdescent-perl_1.967015+dfsg-ok2.debian.tar.xz | 3.4 KiB | 9dd0c73243791b958806487e86803d496bc4bb044d74675d459fc29ad1830b00 |
libparse-recdescent-perl_1.967015+dfsg-ok2.dsc | 2.1 KiB | 8cfd1d2ff4ddb86120c54864ed609d98b955b61cdba46d27e3212004625e4da5 |
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