bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Clean up


From: Akim Demaille
Subject: [PATCH 0/4] Clean up
Date: Tue, 28 Apr 2020 08:49:18 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]