Skip to content

Commit

Permalink
ASR: Add more binary operations
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 authored and certik committed Jun 21, 2022
1 parent 4163cd7 commit 9ebb732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libasr/ASR.asdl
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ ttype
| Pointer(ttype type)
| CPtr()

binop = Add | Sub | Mul | Div | Pow
binop = Add | Sub | Mul | Div | Pow | Mod | BitAnd | BitOr | BitXor | BitLShift | BitRShift

logicalbinop = And | Or | Xor | NEqv | Eqv

Expand Down

0 comments on commit 9ebb732

Please sign in to comment.