update salama

This commit is contained in:
Torsten Ruger
2015-10-17 10:10:33 +03:00
parent c87b1f615e
commit b8dd2b257c
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ class MainView < ListView
# so the code above is functionally equivalent to the one below, minus the parse
# When the ast expression is given all works, so pretty sure it is the parse that fails
Bosl::Compiler.compile( CODE , machine.space.get_main )
Phisol::Compiler.compile( CODE )
machine.run_before "Register::CallImplementation"
@interpreter = Interpreter::Interpreter.new