add normalizing and method compilation phases (empty)

This commit is contained in:
Torsten Ruger
2017-01-14 20:30:19 +02:00
parent 1c2b6d103c
commit 9eeb9f65f3
9 changed files with 64 additions and 7 deletions

View File

@ -10,7 +10,7 @@ module Melon
end
def check
Compiler.compile @string_input
RubyCompiler.compile @string_input
Register::Collector.collect_space
@interpreter = Register::Interpreter.new
@interpreter.start Register.machine.init