]> git.donarmstrong.com Git - lilypond.git/commit - lily/lily-parser.cc
Issue 4442/7: Stop maintaining "parser" variable
authorDavid Kastrup <dak@gnu.org>
Fri, 12 Jun 2015 11:41:11 +0000 (13:41 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 16 Jun 2015 19:17:29 +0000 (21:17 +0200)
commit4b43f28b9af77d8204dfefe73452fe433b15ea7b
treed20d7447538f60d8ee0ba1610290eb20a5119fdd
parent7f38ffb04b26c4cdf0e8d45516a0ac4d3dd36509
Issue 4442/7: Stop maintaining "parser" variable

When invoking a parser, the global "parser" variable was temporarily
pointing to the parser.  This mechanism was somewhat awkward and with
problems of its own.  Since an active parser maintains the %parser fluid
now, we can forego maintaining the "parser" variable altogether.
lily/lily-parser.cc
lily/parse-scm.cc