lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hash/backslash confusion


From: Neil Puttock
Subject: Re: hash/backslash confusion
Date: Thu, 13 Aug 2009 22:11:25 +0100

2009/8/13 Mark Polesky <address@hidden>:

> I'm guessing something is wrong with my understanding because the
> hash (#) doesn't appear anywhere in the "LilyPond grammar",
> appendix, and I'm thinking of it as a unary operator meaning
> "interpret the following as a scheme-expression using guile".

You're looking in the wrong place: the lexer scans for a hash (see
lexer.ll line 335 et seq.) and returns SCM_TOKEN to the parser if
found; see lines 15 & 16 of the grammar.

Regards,
Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]