Implemented else blocks

This commit is contained in:
Eduard Urbach 2024-07-30 16:36:33 +02:00
parent ff86dfe590
commit e537e543cc
Signed by: eduard
GPG key ID: 49226B848C78F6C8
17 changed files with 118 additions and 25 deletions

View file

@ -124,6 +124,7 @@ This is what generates expressions from tokens.
### Keywords
- [x] `assert`
- [x] `else`
- [ ] `for`
- [x] `if`
- [x] `import`