[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: |
Sun, 05 Aug 2012 23:49:27 +0000 |
Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_15_43
Comment #14 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
Pushed to staging as
commit 23c3488226827238ec04a089b9b71e709501c807
Author: David Kastrup <address@hidden>
Date: Thu Aug 2 12:20:10 2012 +0200
Explain issue 2702 in changes.tely
commit d396bf0c98fc57d8b1563c9df7dcfb6a89856c79
Author: David Kastrup <address@hidden>
Date: Thu Aug 2 10:39:10 2012 +0200
Unquote some dashed identifiers in assignments.
commit 9f1c61a1ea1f5c01e7beb5da14b947a6ae0fb3db
Author: David Kastrup <address@hidden>
Date: Mon Aug 6 01:46:11 2012 +0200
Run scripts/auxiliar/update-with-convert-ly.sh
commit 36bb3e1b30a0bb617faaabe7e8a7e79ac295fe12
Author: David Kastrup <address@hidden>
Date: Thu Aug 2 10:07:07 2012 +0200
Add convert-ly rule for unquoting tuning assignments
commit 70a153b14ba32767e1ecbe680f435bdd533ae819
Author: David Kastrup <address@hidden>
Date: Sun Jul 29 16:05:10 2012 +0200
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.