summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-11-03 09:15:44 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-11-04 07:28:13 +0100
commit829ac9caedb4ae9efabd1a0143254d754aed7080 (patch)
tree4b795ffb9f536efc83159fa2561744eeb9055446 /NEWS
parentf7a7310433b894aaf1ef2f88654b1d5323bb872a (diff)
downloadbison-829ac9caedb4ae9efabd1a0143254d754aed7080.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd2af67d..f2c3a86d 100644
--- a/NEWS
+++ b/NEWS
@@ -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]