]> git.saurik.com Git - bison.git/commit - data/lalr1.cc
glr.cc: no longer require location support
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 30 Jul 2012 12:40:18 +0000 (14:40 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 31 Jul 2012 09:33:44 +0000 (11:33 +0200)
commit34904c575a176f45e206cc4dba4121fb445981ba
tree16905d3bad01f3e503a384ad0641f2ca6bd6f97e
parent7cb40fd2b5352989ed17ea2d1931b889d6b1102a
glr.cc: no longer require location support

* data/glr.cc: Use b4_locations_if where appropriate.
* data/lalr1.cc: M4 quotation changes to highlight code duplication
with glr.cc.
* tests/calc.at: Check glr.cc with and without %location.
While at it, fuse multiple %parse-params into one.
* tests/actions.at: Simplify.
* NEWS: Doc this.
Some other wording changes.
NEWS
data/glr.cc
data/lalr1.cc
tests/actions.at
tests/calc.at