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

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

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

Available diffs

View changes file

Binary packages built by this source

libparse-recdescent-perl: Perl module to create and use recursive-descent parsers

 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