]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3769: Lexer/Parser: Don't package location data in SCM_TOKEN semantic value
authorDavid Kastrup <dak@gnu.org>
Wed, 1 Jan 2014 23:57:15 +0000 (00:57 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 15 Feb 2014 18:13:45 +0000 (19:13 +0100)
commitc45018bcab72634c34e43c7e510f270956fc1174
tree83d35f2d7c5755f9d600fcb1910e2a7969abe06f
parentf8c25dc32c249eda36f71463967e88d79d88556d
Issue 3769: Lexer/Parser: Don't package location data in SCM_TOKEN semantic value

As the location data is available as the location value in the parser
anyway, there is no point in packaging it into the semantic value.
Among other things, this leads to a cleaner display when using
-ddebug-parser, and to better understandable code.
lily/include/lily-lexer.hh
lily/include/parse-scm.hh
lily/lexer.ll
lily/parse-scm.cc
lily/parser.yy