Closed jpco closed 10 months ago
; '%closure ()'
was a segfault; now is a syntax error exception. Fixes #68
; () x
was an assertion error; now is not an error at all (the null term is just thrown away). Fixes #63
; let (n = '%closure (x = y) echo $x') {$n}
printed y y before; now correctly prints y. Fixes #57
y y
y
was a segfault; now is a syntax error exception. Fixes #68
was an assertion error; now is not an error at all (the null term is just thrown away). Fixes #63
printed
y y
before; now correctly printsy
. Fixes #57