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

9
NEWS
View File

@@ -75,6 +75,15 @@ GNU Bison NEWS
the translated symbol (i.e., it returns '_("variable")' rather that
'"variable"').
** Documentation
There are now two examples in examples/java: a very simple calculator, and
one that tracks locations to provide acurate error messages.
A new C example, bistromathic, is a fully featured calculator using many
Bison features: pure interface, location tracking, internationalized
custom error messages, lookahead-correction, rich debug traces, etc.
* Noteworthy changes in release 3.5.1 (2020-01-19) [stable]
** Bug fixes