gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 156 forks source link

Fix #1035 #1036

Closed rhendric closed 6 years ago

rhendric commented 6 years ago

This is just a quick grammar tweak; honestly I'm shocked that this hasn't been caught and fixed earlier. But here we are.

Fixes #1035. Will merge on or after April 5.

summivox commented 6 years ago

Oops I didn't knew LSC had a for else in the first place... guess that's why it had not been caught!