Fix nested closures and related bugs

This commit is contained in:
Nathan Braswell
2015-07-05 02:34:45 -04:00
parent d44ce47d1e
commit cfadf7cebb
13 changed files with 101 additions and 56 deletions

View File

@@ -1,4 +1,6 @@
# comment
a = b ;
b = "c" ;
b = "c" "d" ;
b = c "d" ;
c = "a" | d ;
d = "hasreturn" ;