Finally got this one narrowed down! This causes an error during compilation:
if(true)
var x = 1;
test.neko(1): Stack alignment failure
This does not:
if(true)
{ var x = 1; }
Nor does this:
if(true)
x = 1;
-Justin
--
Neko : One VM to run them all
(http://nekovm.org)
