Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1240)

Unified Diff: lily/include/lily-parser.hh

Issue 4974046: Make #{ #} accept everything an assignment accepts. (Closed)
Patch Set: Document #{ ... #} functionality and its new uses. Patch countdown? Created 12 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/include/lily-lexer.hh ('k') | lily/lexer.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/lily-parser.hh
diff --git a/lily/include/lily-parser.hh b/lily/include/lily-parser.hh
index 0387e2efd71cfdec019c5c844072e7c0d2ba1ecd..9839d38f4d04e4e2d859172ba44f999a178bba87 100644
--- a/lily/include/lily-parser.hh
+++ b/lily/include/lily-parser.hh
@@ -66,6 +66,7 @@ public:
void include_string (string ly_code);
void parse_file (string init, string name, string out_name);
void parse_string (string ly_code);
+ SCM parse_string_expression (string ly_code);
void parser_error (string);
void parser_error (Input const &, string);
void set_yydebug (bool);
« no previous file with comments | « lily/include/lily-lexer.hh ('k') | lily/lexer.ll » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b