btyacc
Backtracking parser generator based on byacc
Description
btyacc is a hacked version of the original Berkeley "byacc". The main change to byacc is the addition of backtracking code, allowing you to try both alternatives in case of shift-reduce or reduce-reduce conflicts. As long as no backtracking takes place, the speed is comparable to bison's one. Additional features: - Enhanced support for storing of text position information for tokens.
- Closes the potential *yacc/bison memory leak during error recovery.
- Preprocessor directives like %ifdef, %include.
- C++ friendly.
Related packages: bison, byacc, antlrUpload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install btyacc