]> git.saurik.com Git - bison.git/commit
%define lr.type: make values lowercase IDs.
authorJoel E. Denny <jdenny@clemson.edu>
Fri, 28 Aug 2009 04:57:06 +0000 (00:57 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Fri, 28 Aug 2009 11:10:27 +0000 (07:10 -0400)
commit6ba9640406758718fdcfb7a1154e58ce4d9b196c
tree3938830ad93a69b9bf5fed6f71c9db33cadbc286
parent4413bbd3d1689a23f441cbdca898b99d802bb6d6
%define lr.type: make values lowercase IDs.

That is, "LALR" => "lalr", "IELR" => "ielr", and
"canonical LR" => "canonical-lr".
* NEWS (2.5): Update documentation.
* doc/bison.texinfo (Decl Summary): Likewise.
* src/ielr.c (ielr): Use new values.
* src/ielr.h (ielr): Update documentation.
* src/reader.c (prepare_percent_define_front_end_variables): Use
and validate new values.
* tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
grammars.
* tests/reduce.at (AT_TEST_LR_TYPE): Likewise.
ChangeLog
NEWS
doc/bison.texinfo
src/ielr.c
src/ielr.h
src/parse-gram.c
src/parse-gram.h
src/reader.c
tests/existing.at
tests/reduce.at