This commit is contained in:
Torsten Ruger
2015-05-24 20:00:11 +03:00
parent 5670f07eac
commit 4d0773ebae
4 changed files with 17 additions and 9 deletions

View File

@ -73,7 +73,6 @@ module Virtual
def self.compile_string expression , method
value = Virtual.new_word(expression.string)
to = Return.new(Reference , value)
Machine.instance.space.add_object value
method.info.add_code Set.new( to , value )
to
end