|
This removes ly:export for real and separates read/eval for Scheme expressions.
Patches are:
Separate read/eval for Scheme expressions.
Remove all traces of ly:export
Again, this is blocked on issue 2024 (naturally) and starts with the
state committed there. And remember that issue 2024 is blocked by
VERSION bumping to 2.15.18 if you want to take this for a test ride.
Something like
zap=4
will now work properly since the Scheme expression is only evaluated
once it is consumed in the parser, not when it is read, lexed or
becoming the lookahead token. In contrast,
zap=4
$(display zap)
fails just like it did previously, since it is evaluated in the lexer.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+92 lines, -153 lines) |
Patch |
 |
M |
Documentation/extending/scheme-tutorial.itely
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
lily/identifier-smob.cc
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
D |
lily/include/identifier-smob.hh
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
lily/include/lily-lexer.hh
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
lily/include/parse-scm.hh
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lily/lexer.ll
|
View
|
|
6 chunks |
+24 lines, -19 lines |
0 comments
|
Download
|
 |
M |
lily/parse-scm.cc
|
View
|
|
5 chunks |
+52 lines, -31 lines |
0 comments
|
Download
|
 |
M |
lily/parser.yy
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
scm/markup.scm
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
scm/markup-macros.scm
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
scm/safe-lily.scm
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 3
|