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:
Akim Demaille
2009-05-04 21:23:55 +02:00
parent 43e6aea526
commit ecdfea9a12
3 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
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>
space changes.