Open esoterra opened 11 months ago
In the codegen module, lots of the binary operations are not yet mapped to instructions.
codegen
This just requires mapping every combination of ValType and BinaryOp to the correct Instruction.
ValType
BinaryOp
Instruction
These are implemented but some do not have tests.
Test contributions for these operations would be greatly appreciated.
In the
codegen
module, lots of the binary operations are not yet mapped to instructions.This just requires mapping every combination of
ValType
andBinaryOp
to the correctInstruction
.