libparse-recdescent-perl 1.967015-ok1 source package in openKylin
Changelog
libparse-recdescent-perl (1.967015-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Sat, 17 Sep 2022 11:17:10 +0300
libparse-recdescent-perl (1.967015-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Sat, 17 Sep 2022 11:17:10 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libparse-recdescent-perl_1.967015.orig.tar.gz | 172.8 KiB | 1943336a4cb54f1788a733f0827c0c55db4310d5eae15e542639c9dd85656e37 |
libparse-recdescent-perl_1.967015-ok1.debian.tar.xz | 2.9 KiB | d0d14306e3b041284ed299c728cd707d01b6abd1e74d1b1dcdea8593c381c35f |
libparse-recdescent-perl_1.967015-ok1.dsc | 2.0 KiB | 9ecf5ff898e2206691e76232c52ff4bbfb749621736398827eae0d1187c0d919 |
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