]> git.saurik.com Git - bison.git/commit - doc/bison.texi
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:30:52 +0000 (21:30 +0200)
commitc046698e6e98aefa7f234b8035fe4cf20ce5d05d
tree763a4aa12b6bde11dcc2eed76c1e2ec71ea0ef48
parent966aba6583640869f5a0ab4a9ffc60dd40fd7406
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