fix platform derivation and some tests

This commit is contained in:
Torsten Ruger
2018-07-01 21:27:27 +03:00
parent bb49f1be78
commit 5f2a256608
6 changed files with 17 additions and 10 deletions

View File

@ -9,7 +9,7 @@ module Risc
def setup
Parfait.boot!
Risc.boot!
RubyX::RubyXCompiler.ruby_to_binary( @string_input , :interpreter)
RubyX::RubyXCompiler.new(@string_input).ruby_to_binary( :interpreter)
@interpreter = Interpreter.new
@interpreter.start_machine
end