summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-11-06 07:19:47 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-11-06 07:37:15 +0100
commitd49da0101a916edeaa2d9adf056a9ea5017ceb2e (patch)
tree5465758ff56ac7547ecc0c4b3b36274564e4ef32 /TODO
parentfa8aca1ed45a116c6c66e319a02cec3cfc38026c (diff)
downloadbison-d49da0101a916edeaa2d9adf056a9ea5017ceb2e.tar.gz
java: lac: a stronger test for the exploratory stack
* tests/local.at (AT_YYLEX_DEFINE(java)): Fix overquoting issue. Style changes. * tests/regression.at (LAC: Exploratory stack): Run for lalr1.java too.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 72af014b..8b009d08 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
* Soon
+** yyerrok in Java
+And add tests in calc.at, to prepare work for D.
+
** YYERROR and yynerrs
We are missing some cases. Write a test case, and check all the skeletons.