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

@ -1,6 +1,6 @@
require_relative 'helper'
module Typed
module Vm
class TestWord < MiniTest::Test
include Fragments

View File

@ -12,7 +12,7 @@ module ParfaitTests
def setup
@stdout = ""
@machine = Register.machine.boot
Typed::Compiler.load_parfait
Vm::Compiler.load_parfait
end
def main