bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/7] {maint} use b4_token


From: Akim Demaille
Subject: [PATCH 0/7] {maint} use b4_token
Date: Mon, 23 Jul 2012 14:03:18 +0200

These patches migrate Bison from its previous interface between
C and M4 to the new one, which was installed to support variants
in C++.  It is more general, and more uniform.

Akim Demaille (7):
  output: use the token list to define the yytokentype
  output: no longer use b4_tokens.
  autoconf: update.
  style changes.
  maint: add missing const.
  maint: fix bison's own header guards.
  maint: regen.

 TODO                |   5 -
 data/bison.m4       |  46 ++++
 data/c++.m4         |  18 +-
 data/c.m4           |  61 +++---
 data/glr.c          |   2 +-
 data/glr.cc         |   2 +-
 data/java.m4        |  21 +-
 data/lalr1.cc       |   2 +-
 data/lalr1.java     |   2 +-
 data/yacc.c         |   2 +-
 src/output.c        |  35 ---
 src/parse-gram.c    | 610 ++++++++++++++++++++++++++--------------------------
 src/parse-gram.h    | 141 ++++++------
 src/parse-gram.y    |   6 +-
 src/symtab.c        |  16 +-
 src/symtab.h        |  12 +-
 submodules/autoconf |   2 +-
 tests/bison.in      |   5 +-
 18 files changed, 494 insertions(+), 494 deletions(-)

-- 
1.7.11.2




reply via email to

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