mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
That's one nice benefit from using enums. * data/skeletons/lalr1.java (YYSYMBOL_YYEMPTY): No longer define it. Use 'null' instead. * examples/java/calc/Calc.y, tests/local.at: Adjust.
Examples in Java
This directory contains examples of Bison grammar files in Java.
You can run make to compile these examples. And make clean to tidy
afterwards.
simple/Calc.y
The usual calculator, a very simple version.
calc/Calc.y
The calculator, but with location tracking and debug traces.