| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add for and while loop support (w/o declarations in `for`) | Mustafa Quraish | 2022-01-29 | 1 | -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. | |||||