* src/scan-gram.l: Complete the scanner with the missing patterns

to pacify Flex.
Use `quote' and `symbol_tag_get' where appropriate.
This commit is contained in:
Akim Demaille
2002-06-20 07:19:13 +00:00
parent 93b68a0e09
commit 4f25ebb043
3 changed files with 411 additions and 368 deletions

View File

@@ -1,3 +1,10 @@
2002-06-20 Akim Demaille <akim@epita.fr>
* src/scan-gram.l: Complete the scanner with the missing patterns
to pacify Flex.
Use `quote' and `symbol_tag_get' where appropriate.
2002-06-19 Akim Demaille <akim@epita.fr>
* tests/actions.at (Destructors): Augment to test locations.