Implement CONCAT opcode
Closed this issue · 2 comments
Leonardo2718 commented
Implement ILGen for the CONCAT opcode as well as adequate testing for it.
charliegracie commented
I included some simple code I had implemented for OP_CONCAT in #16 but if you have an implementation that you would rather use let me know and I can pull that commit out of my PR.
Leonardo2718 commented
Fixed by #16.