[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2702 in lilypond: Patch: Unify the lexer's ide
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2702 in lilypond: Patch: Unify the lexer's idea of words and commands across all modes. |
Date: |
Thu, 02 Aug 2012 10:22:25 +0000 |
Updates:
Labels: -Patch-review Patch-new
Comment #8 on issue 2702 by address@hidden: Patch: Unify the lexer's idea of
words and commands across all modes.
http://code.google.com/p/lilypond/issues/detail?id=2702#c8
Unify the lexer's idea of words and commands across all modes.
A "word" (a string recognized even when not quoted) and a "command"
(something starting with \ and followed by letters and other folderol,
indicating a Scheme control sequence or similar) get the same syntax
in all modes:
A "word" is a sequence of alphabetic characters possibly containing
single dashes or underlines inside (not at the beginning or end).
A "command" is a "word" preceded by a backslash.
This is a large syntax change. It should not be put on countdown
automatically.
http://codereview.appspot.com/6445056