aboutsummaryrefslogtreecommitdiff
path: root/examples/loops.cup
Commit message (Collapse)AuthorAgeFilesLines
* Add for and while loop support (w/o declarations in `for`)Mustafa Quraish2022-01-291-0/+22
We can now loop and do stuff, yay! However, we don't yet allow declarations inside the for-loop initializer, since that is a bit more annoying to implement.