]> git.saurik.com Git - bison.git/commit - src/scan-gram.l
identifiers: dashes are letters.
authorAkim Demaille <demaille@gostai.com>
Mon, 4 May 2009 19:15:17 +0000 (21:15 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 4 May 2009 19:38:42 +0000 (21:38 +0200)
commitcdf3f113388c74730337663f7f367f49ffebe12c
treeabdbe80baa45163a06d4fffd04e636dd6633f1df
parent98a345a21936699f675d53a90e0b93bdb5e18e37
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.
Remove stray comment.
* tests/regression.at (Invalid inputs): Adjust error message.
* doc/bison.texinfo (Symbols): Update.
ChangeLog
NEWS
doc/bison.texinfo
src/scan-gram.l
tests/input.at
tests/regression.at