summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-06 15:13:19 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-06 19:14:11 +0200
commit3dcfb4fd88ea74b12e9de79fd546248870d5dff5 (patch)
tree3ac7cbbfb5a7c309cb1de6232d1c6db309bf3c07 /TODO
parentc0ccb8e5b4aa0f1b5478e58eeedfd32896be6b21 (diff)
downloadbison-3dcfb4fd88ea74b12e9de79fd546248870d5dff5.tar.gz
java: prefer null to YYSYMBOL_YYEMPTY
That's one nice benefit from using enums. * data/skeletons/lalr1.java (YYSYMBOL_YYEMPTY): No longer define it. Use 'null' instead. * examples/java/calc/Calc.y, tests/local.at: Adjust.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1e589ddc..6d5a1480 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
* Bison 3.6
+** syntax_error_arguments
+Don't store the lookahead if !argv.
+
** Documentation
- yyexpected_tokens in all the languages.
- YYNOMEM