Anim8or Community
General Category => Ongoing Anim8or Development => Topic started by: Steve on March 05, 2014, 05:24:20 pm
-
This builds adds do/while, C-like for, break and continue statements. They should have the same semantics as C so give them a try and let me know if you find any problems.
-
Gave 'em a try, all seem to work as expected, which is awesome. I'm super happy that there's finally a "real" for statement ;)
Now all we need are those compound operators and increment/decrementers... 8)
-
I'm working on adding the others. It takes longer to do that I'd like - implementation and testing is a bit time consuming - I always try to do enough testing to insure that things aren't too badly broken.