mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
add right shift operators
This commit is contained in:
parent
93359b88cb
commit
128741e585
6 changed files with 60 additions and 14 deletions
|
@ -81,6 +81,8 @@ pub enum LowLevel {
|
|||
NumBitwiseXor,
|
||||
NumBitwiseOr,
|
||||
NumShiftLeftBy,
|
||||
NumShiftRightBy,
|
||||
NumShiftRightZfBy,
|
||||
Eq,
|
||||
NotEq,
|
||||
And,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue