X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cdf3f113388c74730337663f7f367f49ffebe12c..ab2a9f579366b0d4940b0ec2d3321d139a7f1f3d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index bd1799a9..bf412806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ +2009-05-04 Akim Demaille + + 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 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.