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

@ -28,7 +28,7 @@ module Risc
end
def produce_instructions
assert @expect , "No output given"
Vool::VoolCompiler.ruby_to_binary as_test_main , :interpreter
Vool::RubyXCompiler.ruby_to_binary as_test_main , :interpreter
test = Parfait.object_space.get_class_by_name :Test
test.instance_type.get_method(:main).cpu_instructions
end