is not supported.
The only supported operations are + - * / << >> and unary -.
Any other operators make the IR generator crash (KeyError)
We need to add the binary or/not/xor, and binary not.
Moreover, some of the supported operators do not work on enum types.
is not supported. The only supported operations are + - * / << >> and unary -. Any other operators make the IR generator crash (KeyError) We need to add the binary or/not/xor, and binary not.
Moreover, some of the supported operators do not work on enum types.