Fixing bugs, constraining syntax

This commit is contained in:
Krzosa Karol
2022-09-27 11:30:16 +02:00
parent b743ceb2f4
commit 60f794580c
10 changed files with 56 additions and 23 deletions

View File

@@ -118,6 +118,10 @@ Stuff that helped me a lot programming the compiler. Hopefully they also will be
- [ ] Generics / Parametric polymorphism
- [ ] Platforms
- [x] Windows
- [ ] Unix based
- [ ] Language constructs
- [x] If
- [x] For loops