mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
variables: parse.error
Implement, document, and test the replacement of %error-verbose by %define parse.error "verbose". * data/bison.m4 (b4_error_verbose_if): Reimplement to track the values of the parse.error variable. Make "simple" its default value. Check the valid values. * src/parse-gram.y: Use %define parse.error. (PERCENT_ERROR_VERBOSE): New token. Support it. * src/scan-gram.l: Support %error-verbose. * doc/bison.texinfo (Decl Summary): Replace the documentation of %define error-verbose by that of %define parse.error. * NEWS: Document it. * tests/actions.at, tests/calc.at: Use parse.error instead of %error-verbose.
This commit is contained in:
22
ChangeLog
22
ChangeLog
@@ -1,3 +1,25 @@
|
||||
2009-06-29 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
variables: parse.error
|
||||
|
||||
Implement, document, and test the replacement of %error-verbose
|
||||
by %define parse.error "verbose".
|
||||
* data/bison.m4 (b4_error_verbose_if): Reimplement to track the
|
||||
values of the parse.error variable.
|
||||
Make "simple" its default value.
|
||||
Check the valid values.
|
||||
* src/parse-gram.y: Use %define parse.error.
|
||||
(PERCENT_ERROR_VERBOSE): New token.
|
||||
Support it.
|
||||
* src/scan-gram.l: Support %error-verbose.
|
||||
|
||||
* doc/bison.texinfo (Decl Summary): Replace the documentation of
|
||||
%define error-verbose by that of %define parse.error.
|
||||
* NEWS: Document it.
|
||||
|
||||
* tests/actions.at, tests/calc.at: Use parse.error instead of
|
||||
%error-verbose.
|
||||
|
||||
2009-06-27 Alex Rozenman <rozenman@gmail.com>
|
||||
|
||||
Implement support for named symbol references.
|
||||
|
||||
Reference in New Issue
Block a user