Last risc fixes that are not binary, move binary tests

move test that translate or create binary to own directory, 
for semantic distance (they are the only ones still failing)
This commit is contained in:
2020-03-17 11:18:51 +02:00
parent fea98979e8
commit d5411c7727
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ module SlotMachine
attr_reader :operator
def initialize(name , operator)
super(name)
@operator = operator.value
@operator = operator
end
def to_risc(compiler)