Still much to be done, but here is a bunch of style improvements. I'm currently working on cleaning the handling of the token kinds (not the symbol kinds, the token ones: those returned by yylex). The special cases such as YYEOF, YYERRCODE, etc. will be much cleaner.
Akim Demaille (5): symbols: minor fixes d: improvements on symbol kinds c++: improvements on symbol kinds todo: update style: rename YYNOMEM as YYENOMEM TODO | 7 ++++--- data/skeletons/bison.m4 | 8 ++++---- data/skeletons/c++.m4 | 36 +++++++++++++++++++++++------------- data/skeletons/c.m4 | 14 +++++++------- data/skeletons/d.m4 | 39 ++++++++++++++++++++------------------- data/skeletons/glr.c | 8 ++++---- data/skeletons/glr.cc | 8 ++++---- data/skeletons/java.m4 | 2 +- data/skeletons/lalr1.cc | 16 +++++++++------- data/skeletons/yacc.c | 38 +++++++++++++++++++------------------- src/parse-gram.c | 33 ++++++++++++++++----------------- src/parse-gram.h | 1 - tests/headers.at | 2 +- tests/local.at | 2 +- 14 files changed, 113 insertions(+), 101 deletions(-) -- 2.26.0
