mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Factor %FLAG at scan level.
* src/parse-gram.y (PERCENT_DEBUG, PERCENT_ERROR_VERBOSE): Token definitions and associated rules, replaced by.... (PERCENT_FLAG): this new token type, and rule. * src/scan-gram.l (RETURN_PERCENT_FLAG): New. Use it for %debug and %error-verbose.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2009-04-03 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Factor %FLAG at scan level.
|
||||
* src/parse-gram.y (PERCENT_DEBUG, PERCENT_ERROR_VERBOSE): Token
|
||||
definitions and associated rules, replaced by....
|
||||
(PERCENT_FLAG): this new token type, and rule.
|
||||
* src/scan-gram.l (RETURN_PERCENT_FLAG): New.
|
||||
Use it for %debug and %error-verbose.
|
||||
|
||||
2009-04-03 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Regen.
|
||||
|
||||
Reference in New Issue
Block a user