tessel / colony-compiler

[UNMAINTAINED] "Compiles" JS to Lua to run on Colony.
Other
80 stars 16 forks source link

Keywords are not escaped in while, for, and do-while conditionals. #33

Closed tcr closed 10 years ago

tcr commented 10 years ago

e.g.

while (repeat) {}

throws a keyword error.

tcr commented 10 years ago

Fixed on master.