slot docs and rename
This commit is contained in:
@ -6,11 +6,11 @@ class HelloTest < MiniTest::Test
|
||||
def check
|
||||
machine = Virtual::Machine.boot
|
||||
expressions = machine.compile_main @string_input
|
||||
machine.run_before "Register::CallImplementation"
|
||||
output_at = Virtual::Machine::FIRST_PASS
|
||||
#{}"Register::CallImplementation"
|
||||
machine.run_before output_at
|
||||
puts Sof.write(machine.space)
|
||||
machine.run_after "Register::CallImplementation"
|
||||
|
||||
|
||||
machine.run_after output_at
|
||||
writer = Elf::ObjectWriter.new(machine)
|
||||
writer.save "hello.o"
|
||||
end
|
||||
|
Reference in New Issue
Block a user