wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

`() anything` causes an assertion failure #63

Closed jpco closed 10 months ago

jpco commented 11 months ago

To repro, type

() anything

at the prompt. anything can actually be whatever, as long as it's parsed as a second term in the command. This causes the assertion in firstprepend(), at syntax.c:271, to fail.