tdenniston / bish

Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
MIT License
1.48k stars 36 forks source link

Bish compiler hangs if @ section is unfinished #18

Closed richq closed 9 years ago

richq commented 9 years ago

Here's a minimal test case that causes the compiler to hang:

@(
tdenniston commented 9 years ago

Done! Thanks for reporting these.