create rubyx dir and move previous vool_compiler there
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user