Finish Python script for translating Rosette opcode output to Roscala opcodes
Description
Rosette dumps opcodes in a special format. When we write tests in Roscala we often have to translate Rosette code output into Roscala which can be quite tedious and time consuming for long outputs. With this script we want to automate this task. 18 opcodes are already done.
Rosette dumps opcodes in a special format.
When we write tests in Roscala we often have to translate Rosette code output into Roscala which can be quite tedious and time consuming for long outputs.
With this script we want to automate this task.
18 opcodes are already done.