]> git.saurik.com Git - bison.git/commit - tests/actions.at
variables: parse.error
authorAkim Demaille <demaille@gostai.com>
Thu, 18 Jun 2009 08:00:36 +0000 (10:00 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 29 Jun 2009 11:37:44 +0000 (13:37 +0200)
commit31b850d2d433aff80a6cc31fef79ada95dab0153
treec57e2c4d11a6d44a6af4340582d92420aba896b9
parentd70059ec73b2b31398ff996bc66463d1b7e6f392
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.
ChangeLog
NEWS
data/bison.m4
doc/bison.texinfo
src/parse-gram.y
src/scan-gram.l
tests/actions.at
tests/calc.at