zach-r-hughes / MindustryCompiler

C-style compiler for Mindustry.
12 stars 0 forks source link

Do-while Loop Not Implemented. #2

Open zach-r-hughes opened 2 years ago

zach-r-hughes commented 2 years ago

The do-while loop is not yet implemented. Should be easy to add: same as while loop, but condition is only checked at the end (skip first check).