Implemented bit shifts
This commit is contained in:
parent
a7d8d6ae20
commit
f0a1b97f2d
7 changed files with 101 additions and 2 deletions
|
@ -152,10 +152,10 @@ This is what generates expressions from tokens.
|
|||
- [x] `+=`, `-=`, `*=`, `/=`, `%=`
|
||||
- [x] `&`, `|`, `^`
|
||||
- [x] `&=`, `|=`, `^=`
|
||||
- [x] `<<`, `>>`
|
||||
- [x] `<<=`, `>>=`
|
||||
- [x] `==`, `!=`, `<`, `<=`, `>`, `>=`
|
||||
- [x] `&&`, `||`
|
||||
- [ ] `<<`, `>>`
|
||||
- [ ] `<<=`, `>>=`
|
||||
|
||||
### Architecture
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue