java: promote YYEOF rather that Lexer.EOF

* doc/bison.texi: here.
* data/skeletons/lalr1.java: Use YYEOF.
This commit is contained in:
Akim Demaille
2020-04-13 16:35:11 +02:00
parent 8cedb4b40e
commit dab08da605
3 changed files with 6 additions and 9 deletions

3
TODO
View File

@@ -24,9 +24,6 @@ You can explicitly specify the numeric code for a token type...
The token numbered as 0.
** Java: EOF
We should be able to redefine EOF like we do in C.
** Java: calc.at
Stop hard-coding "Calc". Adjust local.at (look for FIXME).