Fixed parsing of block statements vs initializer expressions.

This commit is contained in:
Jonathan Turner
2011-10-01 10:19:45 -06:00
parent e1e0561c7e
commit bc75df4d58
2 changed files with 7 additions and 7 deletions

View File

@@ -259,7 +259,7 @@ def generate_range(x, y) { \n\
}\n\
# Returns a new Vector with the first value to the second value as its elements\n\
def collate(x, y) { \n\
{x, y}; \n\
return {x, y}; \n\
} \n\
def zip_with(f, x, y, inserter) : call_exists(range, x) && call_exists(range, y) { \n\
auto r_x = range(x); \n\