]> git.donarmstrong.com Git - lilypond.git/commit
parser.yy: make is_regular_identifier match the lexer definition
authorDavid Kastrup <dak@gnu.org>
Thu, 4 Oct 2012 15:11:25 +0000 (17:11 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 25 Oct 2012 18:29:26 +0000 (20:29 +0200)
commitd2d364015c346e1aaed2a8f25dfcf11182abf3ab
treeb9aca20eafba160e1eb2e499aa35ccb2354b4b78
parentacc82015cd07a2021e373a9fe43cb8c84c365146
parser.yy: make is_regular_identifier match the lexer definition

is_regular_identifier checks now for valid identifiers employing the
definition of words that is also used in the lexer: letters, and
characters outside of the ASCII range, interspersed with single - and
_ characters.
lily/parser.yy