onilabs / stratifiedjs

Oni StratifiedJS (previously Apollo)
http://onilabs.com/stratifiedjs
Other
231 stars 22 forks source link

fix __js for-loops #8

Closed afri closed 12 years ago

afri commented 12 years ago

This code doesn't compile correctly:

__js { for (i = 0; i < 10; i++) some_func (i); }

See https://groups.google.com/d/msg/oni-apollo/KRAYXs_n9RY/Sn2M9FXmWZcJ

afri commented 12 years ago

This is now fixed on trunk.