slackbuilds_ponce/development/kelbt
Matteo Bernardini 22c8a5a9a1 development/kelbt: Fixed download link and homepage.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2015-02-15 07:56:28 +07:00
..
kelbt.info development/kelbt: Fixed download link and homepage. 2015-02-15 07:56:28 +07:00
kelbt.SlackBuild
README
slack-desc development/kelbt: Fixed download link and homepage. 2015-02-15 07:56:28 +07:00

kelbt (Backtracking LR Parsing)

Kelbt generates backtracking LALR(1) parsers. Where traditional
LALR(1) parser generators require static resolution of shift/reduce
conflicts, Kelbt generates parsers that handle conflicts by
backtracking at runtime. Kelbt is able to generate a parser for any
context-free grammar that is free of hidden left recursion.