]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
tests: check token numbers.
[bison.git] / ChangeLog
index bd1799a9e823c924f55ab15775cf9c68254f587f..bf412806d9bf870a9f84aa233cc9377a33670887 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.