logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kelbt - generate backtracking LR parsers

Author

       kelbt was written by Adrian Thurston <thurston@cs.queensu.ca>.

Kelbt 0.12                                          May 2007                                            KELBT(1)

Description

       This manual page very briefly documents kelbt, a backtracking LR parser generator. For a better reference
       on     how     to     use     it,     see     the     provided     examples     and    the    paper    at
       https://www.colm.net/files/kelbt/thurston_CASCON_06_btlr.pdf

Name

       kelbt - generate backtracking LR parsers

Options

-h, -H, -?, --help
              Print this usage and exit

       -v,--version
              Print version information and exit -ofile Write output to file -V Generate a Graphviz dotfile -i
              Show branch point info -t Force top-down with unique empty productions -l Inhibit writing of #line
              directives

Synopsis

kelbt [options]files

See Also