use module compile function

This commit is contained in:
Torsten Ruger
2015-10-28 21:40:22 +02:00
parent e6743c7216
commit 5d3aace459
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ class TestPuts < MiniTest::Test
s(:receiver,
s(:string, "Hello again")))))))
Soml::Compiler.compile( code )
Soml.compile( code )
machine.collect
@interpreter = Interpreter::Interpreter.new
@interpreter.start Register.machine.init