bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/8] {maint} factor %printer and %destructor


From: Akim Demaille
Subject: [PATCH 0/8] {maint} factor %printer and %destructor
Date: Mon, 23 Jul 2012 14:05:59 +0200

The following set of patches basically finish what Victor
Santet had initiated in the area of these directives, by
factoring and generalizing their implementation.  The result
is that we now have warnings about useless %printer/%destructor
for <*> and <>.

Akim Demaille (8):
  allow modification on retrieved code_props.
  simplify the handling of <> and <*>'s code_props.
  regen.
  parser: factor handling of type tags
  parser: factor the handling of code_props
  parser: fix %printer usage.
  space changes.
  regen.

 data/bison.m4    |   2 +-
 src/parse-gram.c | 847 ++++++++++++++++++++++++++++---------------------------
 src/parse-gram.h |  11 +-
 src/parse-gram.y |  53 ++--
 src/scan-code.h  |   2 +-
 src/scan-code.l  |   2 +-
 src/symlist.c    |  42 ---
 src/symlist.h    |   9 +-
 src/symtab.c     |  81 ++----
 src/symtab.h     |  15 +-
 tests/actions.at |  49 +++-
 tests/input.at   |  60 ++--
 12 files changed, 560 insertions(+), 613 deletions(-)

-- 
1.7.11.2




reply via email to

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