mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
bison: catch bad symbol names.
* src/scan-gram.l({int}{id}): Report as an invalid identifier.
* tests/input.at: Adjust.
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
2009-05-04 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
bison: catch bad symbol names.
|
||||
* src/scan-gram.l({int}{id}): Report as an invalid identifier.
|
||||
* tests/input.at: Adjust.
|
||||
|
||||
2009-05-04 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
identifiers: dashes are letters.
|
||||
Dashes can now start identifiers (symbols and directives).
|
||||
|
||||
|
||||
* src/scan-gram.l ({letter}): Add dash.
|
||||
({id}): Remove it.
|
||||
* tests/input.at (Symbols): Adjust.
|
||||
|
||||
Reference in New Issue
Block a user