bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/4] {maint} $<foo>$ in the initial action


From: Akim Demaille
Subject: [PATCH 0/4] {maint} $<foo>$ in the initial action
Date: Fri, 27 Jul 2012 17:13:49 +0200

This should close this work session on $$ and $@ handling in
actions.  I expect to make a beta soon, and to release next week,
before I leave for vacations.

Akim Demaille (4):
  skeletons: b4_dollar_pushdef and popdef to simpify complex
    definitions
  also support $<foo>$ in the %initial-action
  synclines: remove spurious empty line
  regen

 NEWS             |   6 +-
 data/Makefile.am |   1 +
 data/bison.m4    |   4 +-
 data/c-like.m4   |  44 ++++++
 data/c.m4        |  19 +--
 data/glr.c       |  10 +-
 data/java.m4     |   1 +
 data/lalr1.cc    |  10 +-
 data/lalr1.java  |  10 +-
 data/yacc.c      |  11 +-
 doc/bison.texi   |   6 +-
 src/parse-gram.c | 400 ++++++++++++++++++-------------------------------------
 src/parse-gram.h |  10 +-
 tests/actions.at |  10 +-
 14 files changed, 216 insertions(+), 326 deletions(-)
 create mode 100644 data/c-like.m4

-- 
1.7.11.3




reply via email to

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