Details to address before the next beta. Not completely finished, but getting closer.
Akim Demaille (4): error: rename the error token from YYERRCODE to YYerror java: clean up the definition of token kinds style: c++: s/type/kind/ where appropriate yacc.c: install backward compatibility for YYERRCODE NEWS | 6 +-- TODO | 46 +++++----------------- data/skeletons/bison.m4 | 2 +- data/skeletons/c++.m4 | 48 +++++++++++------------ data/skeletons/c.m4 | 2 +- data/skeletons/glr.cc | 8 ++-- data/skeletons/java.m4 | 11 ++++-- data/skeletons/lalr1.cc | 6 +-- data/skeletons/lalr1.java | 4 +- data/skeletons/yacc.c | 3 ++ doc/bison.texi | 8 ++-- examples/c/bistromathic/bistromathic.test | 2 +- examples/c/bistromathic/parse.y | 2 +- examples/java/calc/Calc.y | 2 +- examples/java/simple/Calc.y | 2 +- src/parse-gram.c | 15 ++++--- src/parse-gram.h | 2 +- src/scan-gram.l | 18 ++++----- src/symtab.c | 4 +- tests/calc.at | 14 +++---- tests/headers.at | 2 +- tests/input.at | 6 +-- 22 files changed, 99 insertions(+), 114 deletions(-) -- 2.26.2
