slackbuilds/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
..
README development/kelbt: Added (Backtracking LR Parsing). 2012-09-08 17:28:31 -05:00
kelbt.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
kelbt.info development/kelbt: Fixed download link and homepage. 2015-02-15 07:56:28 +07:00
slack-desc development/kelbt: Fixed download link and homepage. 2015-02-15 07:56:28 +07:00

README

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.