bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/3] Improve api.pure for yyerror


From: Theophile Ranquet
Subject: [PATCH 0/3] Improve api.pure for yyerror
Date: Wed, 28 Nov 2012 10:30:52 +0100

These modifications add a "full" value to %define api.pure. Using this value
results in yyerror taking a location as argument in location-tracking pure
parsers, without the need to specify a spurious "parse-param".

Maybe more tests would be better, to ensure that the now deprecated "%define
api.pure true" has been left unchanged.

Theophile Ranquet (3):
  local.at: improvements
  yacc.c: support "%define api.pure full"
  doc: introduce api.pure full, rearrange some examples

 NEWS             |  11 +++++
 data/yacc.c      |  38 +++++++++++------
 doc/bison.texi   | 125 +++++++++++++++++++++++++++++--------------------------
 tests/actions.at |  17 ++++----
 tests/calc.at    |   8 ++--
 tests/local.at   |  39 ++++++++++-------
 6 files changed, 138 insertions(+), 100 deletions(-)

-- 
1.8.0




reply via email to

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