Anim8or Community

General Category => Ongoing Anim8or Development => Topic started by: Steve on March 05, 2014, 05:24:20 pm

Title: ASL do/while, for, break, continue statements
Post 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.
Title: Re: ASL do/while, for, break, continue statements
Post by: Raxx on March 05, 2014, 07:07:21 pm
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)
Title: Re: ASL do/while, for, break, continue statements
Post by: Steve on March 06, 2014, 12:37:27 am
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.