]> git.saurik.com Git - bison.git/commit - tests/reduce.at
%define: accept unquoted values.
authorJoel E. Denny <jdenny@clemson.edu>
Fri, 28 Aug 2009 07:46:37 +0000 (03:46 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Fri, 28 Aug 2009 11:10:28 +0000 (07:10 -0400)
commitcf499cff31eabd04e37107484647bdd453137d1d
treec24101b696d0f72f900ac2ebdeb4eb9f3a9d820e
parent6ba9640406758718fdcfb7a1154e58ce4d9b196c
%define: accept unquoted values.

* NEWS (2.5): Group all %define changes together, and document
this one.  Remove quotes in IELR and canonical LR entry.
* doc/bison.texinfo: Remove quotes in most examples throughout.
(Decl Summary): Update %define documentation.
(Table of Symbols): Likewise.
* src/ielr.c (LrType): Update documentation.
* src/parse-gram.y (content.opt): Add production for ID.
* tests/actions.at: Remove quotes in most tests.
* tests/calc.at: Likewise.
* tests/existing.at: Likewise.
* tests/input.at: Likewise.
* tests/local.at: Likewise.
* tests/push.at: Likewise.
* tests/reduce.at: Likewise.
* tests/torture.at: Likewise.
15 files changed:
ChangeLog
NEWS
doc/bison.texinfo
src/ielr.c
src/parse-gram.c
src/parse-gram.h
src/parse-gram.y
tests/actions.at
tests/calc.at
tests/existing.at
tests/input.at
tests/local.at
tests/push.at
tests/reduce.at
tests/torture.at