p5.28-parse-recdescent (perl/p5-parse-recdescent) Add to my watchlist

Generate Recursive-Descent Parsers

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 subrules within productions, * Late-bound (run-time dispatched) subrules * 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), * Precompilation of parser objects, * User-definable reduce-reduce conflict resolution via scoring of matching productions. See the file RecDescent.pod for excruciating detail on all of this.

Version: 1.967.15 License: (Artistic-1 or GPL) GitHub
Reset

3 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
12.arm64 69785 2022-11-08 23:47:39 0:00:16 13806 build successful
12.arm64 9784 2021-11-10 11:17:53 0:00:22 724 build successful
10.5_ppc 88437 2019-01-02 3:47:57 0:03:20 20255 build successful