create rubyx dir and move previous vool_compiler there

This commit is contained in:
Torsten Ruger
2018-06-29 22:46:39 +03:00
parent 63dd6d9039
commit c8451d0048
32 changed files with 363 additions and 156 deletions

View File

@ -8,7 +8,7 @@ module Risc
def setup
Risc.machine.boot
Vool::VoolCompiler.ruby_to_binary( @string_input , :interpreter)
Vool::RubyXCompiler.ruby_to_binary( @string_input , :interpreter)
@interpreter = Interpreter.new
@interpreter.start_machine
end