]> git.saurik.com Git - bison.git/commit - data/glr.c
Clean up %define and %code implementation in M4 some. Most
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 16 Jan 2007 06:16:04 +0000 (06:16 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 16 Jan 2007 06:16:04 +0000 (06:16 +0000)
commita4e25e1dec3b4e5ff028817eaefa9827041636c2
tree609dadf213391ab666e66a859f7f80469f6a0f80
parente37c665c41d61a9254833f44e742b902c16c0a33
Clean up %define and %code implementation in M4 some.  Most
importantly, rename all related macros to be in the b4_percent_define
and b4_percent_code namespaces.  Also, complete support for `.' in
%define variable names and %code qualifiers.
* data/bison.m4 (b4_check_user_names): Check for special
"SKELETON-NAMESPACE(name)" macros instead of using two nested
m4_foreach loops.
(b4_get_percent_define, b4_get_percent_code): Rename to...
(b4_percent_define_get, b4_percent_code_get): ... these.
Extend documentation with examples.
For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
b4_percent_define_skeleton_variables and
b4_percent_code_skeleton_qualifiers.
Expect any value for the %define variable `foo' to be stored in the
macro named `b4_percent_define(foo)'; expect any %code blocks for the
qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
expect any unqualified %code blocks to be stored in a macro named
`b4_percent_code_unqualified'.
Use m4_indir so that %define variable names and %code qualifiers can
contain `.', which is allowed by the grammar parser.
(b4_percent_define_default): New macro to set a default value for a
%define variable.
(m4_wrap): Update wrapped code, and fix some underquoting.
(b4_check_user_names_wrap): Update and define outside the m4_wrap.
Expect grammar uses of %define variables and %code qualifiers to be
defined in b4_percent_define_user_variables and
b4_percent_code_user_qualifiers.
* data/c++.m4: Use b4_percent_define_default rather than
m4_define_default.  Fix some underquoting.  Skeleton usage of %define
variable define_location_comparison now implies skeleton usage of
%define variable filename_type.
* data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
data/push.c, data/yacc.c: Update macro names.
* src/parse-gram.y (prologue_declaration, grammar_declaration): Update
muscle names.
ChangeLog
data/bison.m4
data/c++.m4
data/glr.c
data/glr.cc
data/lalr1.cc
data/location.cc
data/push.c
data/yacc.c
src/parse-gram.c
src/parse-gram.y