java: lac: more tests, and some doc

* doc/bison.texi: C++ and Java support LAC.
* tests/input.at (LAC: Errors for %define): Generalize the test, and
apply it to Java.
This commit is contained in:
Akim Demaille
2020-11-03 09:15:44 +01:00
parent f7a7310433
commit 829ac9caed
3 changed files with 22 additions and 27 deletions

5
NEWS
View File

@@ -49,6 +49,11 @@ GNU Bison NEWS
↳ e1 e2 "a"
↳ • ↳ ε
*** Lookahead correction in Java
The Java skeleton (lalr1.java) now supports LAC, via the %define variable
parse.lac.
* Noteworthy changes in release 3.7.3 (2020-10-13) [stable]