Implemented unary operator parsing
This commit is contained in:
parent
86e7ade051
commit
093bd79c82
8 changed files with 142 additions and 16 deletions
|
@ -157,6 +157,7 @@ This is what generates expressions from tokens.
|
|||
- [x] `<<=`, `>>=`
|
||||
- [x] `==`, `!=`, `<`, `<=`, `>`, `>=`
|
||||
- [x] `&&`, `||`
|
||||
- [ ] `!`, `-`
|
||||
|
||||
### Architecture
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue