]> 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)
committerCarl Sorensen <carl.d.sorensen@gmail.com>
Sun, 12 Jan 2014 02:00:53 +0000 (19:00 -0700)
commit97b1468ebd1611364731b53a1bd81a2a69402d60
tree8d59662e8f9fdb0d21a1d24e12a6898464f57a36
parent9ffb40e8bc25726fe139940e7306492713633edc
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