%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:35:23 +0000 (07:35 -0400)
commit3a414bbfa049a2f6e0f497a230bd86fe96a87884
tree738d450588f3303638ebb45a9037969b7e128a60
parent4bb975e1ad59a39460fe6b16eec5c7830f904b6b
%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.
(cherry picked from commit 6ba9640406758718fdcfb7a1154e58ce4d9b196c)
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