boot_function test

This commit is contained in:
Torsten Ruger
2017-01-15 20:04:52 +02:00
parent fc96f1d2da
commit cf0a123866
2 changed files with 8 additions and 0 deletions

View File

@ -112,6 +112,7 @@ module Vm
def on_name statement
Tree::NameExpression.new(statement.children.first)
end
def on_string expression
Tree::StringExpression.new(expression.children.first)
end