java: examples: split in two

* examples/java: Split in...
* examples/java/simple, examples/java/calc: these.
This commit is contained in:
Akim Demaille
2020-02-02 16:01:42 +01:00
parent d727e0ff23
commit 48be689a73
11 changed files with 261 additions and 25 deletions

View File

@@ -5,8 +5,11 @@ This directory contains examples of Bison grammar files in Java.
You can run `make` to compile these examples. And `make clean` to tidy
afterwards.
## java/Calc.y
The usual calculator.
## simple/Calc.y
The usual calculator, a very simple version.
## calc/Calc.y
The calculator, but with location tracking and debug traces.
<!---