]> git.saurik.com Git - bison.git/commit
glr: allow spaces between "%?" and "{" in predicates
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 16 Oct 2013 13:19:44 +0000 (15:19 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 16 Oct 2013 13:51:25 +0000 (15:51 +0200)
commit071863b3d88c232c10348b7c38378c47d363857c
tree315336afacfd777655604bbb1ea6f80cbee68de7
parente4678430c2506c577c05e92437b187fe9daf0b7f
glr: allow spaces between "%?" and "{" in predicates

Reported by Rici Lake.
http://lists.gnu.org/archive/html/bug-bison/2013-10/msg00004.html
http://stackoverflow.com/questions/19330171/

* src/scan-gram.l: Do not try to be too smart when diagnosing invalid
directives.
* tests/glr-regression.at (Predicates): New test.
NEWS
THANKS
src/scan-gram.l
tests/glr-regression.at