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

@ -18,7 +18,7 @@ module Elf
in_space("def main(arg);#{input};end")
end
def check(input, file)
Vool::VoolCompiler.ruby_to_binary( input )
Vool::RubyXCompiler.ruby_to_binary( input )
writer = Elf::ObjectWriter.new(Risc.machine)
writer.save "test/#{file}.o"
end