* data/lalr1.cc: Extensive Doxygenation.

(error_): Rename as...
(error): this, since it is visible to the user.
Adjust callers.
(Parser::message): Now an automatic variable from...
(Parser::yyreport_syntax_error_): here.
* tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
Parser::error.
* tests/input.at: Escape $.
This commit is contained in:
Akim Demaille
2004-12-17 15:24:32 +00:00
parent 76dcf299b7
commit efeed02327
7 changed files with 59 additions and 17 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
Bison News
----------
Changes in version 1.875f:
Changes in version 1.875e, 2004-12-10:
* New directive: %initial-action.