Implemented unary operator parsing

This commit is contained in:
Eduard Urbach 2024-07-27 12:49:39 +02:00
parent 86e7ade051
commit 093bd79c82
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 142 additions and 16 deletions

View file

@ -157,6 +157,7 @@ This is what generates expressions from tokens.
- [x] `<<=`, `>>=`
- [x] `==`, `!=`, `<`, `<=`, `>`, `>=`
- [x] `&&`, `||`
- [ ] `!`, `-`
### Architecture