]> git.donarmstrong.com Git - lilypond.git/commit
Issue 2661: parser.yy: remove `fraction'
authorDavid Kastrup <dak@gnu.org>
Sat, 14 Jul 2012 09:19:59 +0000 (11:19 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 20 Jul 2012 05:54:35 +0000 (07:54 +0200)
commit88278cd226d402224d66e4a4313060ac6e0b5e4d
treed8cb13db488ced85f83e1e6879aa6278792a076c
parent0b9921c228d9f05ee54599d41daa4abbdb47c102
Issue 2661: parser.yy: remove `fraction'

Previously the parser recognized fractions as well as the lexer.  The effect
was that in certain contexts it was possible to use spaces around the slash.

This necessitated lookahead in parsing and is not apparently used anywhere.
It also does not help in making the input look consistent.
lily/parser.yy