renames Typed to Vm

This commit is contained in:
Torsten Ruger
2017-01-14 19:28:44 +02:00
parent 75c7ca950e
commit bd78a2d555
95 changed files with 61 additions and 61 deletions

View File

@ -8,7 +8,7 @@ module Register
def setup
Register.machine.boot
do_clean_compile
Typed.compile( @input )
Vm.compile( @input )
Collector.collect_space
@interpreter = Interpreter.new
@interpreter.start Register.machine.init