rubyx/test/mom/instruction/helper.rb
Torsten Ruger 3343017dba move type resolution to compiler
from risc_value.
also unite mock compilers
2018-07-16 11:46:18 +03:00

7 lines
89 B
Ruby

require_relative '../helper'
module Mom
class InstructionMock < Instruction
end
end