d, java: get rid of a useless table

* data/skeletons/lalr1.d, data/skeletons/lalr1.java (yytoken_number_):
Remove, useless.
Was used in ancient C skeletons to support YYPRINT, long obsoleted by
%printer.
This commit is contained in:
Akim Demaille
2019-11-30 18:14:42 +01:00
parent 6f92a7f664
commit 869028a66d
3 changed files with 5 additions and 11 deletions

5
TODO
View File

@@ -134,6 +134,11 @@ $ ./tests/testsuite -l | grep errors | sed q
38: input.at:1730 errors
* Short term
** Get rid of YYPRINT and b4_toknum
** C++ a closer look at parser::by_type::token
It can certainly be simplified with we use api.token.raw.
** Stop indentation in diagnostics
Before Bison 2.7, we printed "flatly" the dependencies in long diagnostics: