flofriday / Moose

🐐 A new fun programming language
MIT License
6 stars 1 forks source link

Implement break and continue #24

Closed flofriday closed 1 year ago

flofriday commented 1 year ago

Note

Loops should be more ergonomic with C-style break and continue keywords.

flofriday commented 1 year ago

Both keywords are now implemented.

Jozott00 commented 1 year ago

The typechecker has to check the position