renamed program to boot_space, as in object_space at boot time. thats the way its going

This commit is contained in:
Torsten Ruger
2014-05-31 12:52:29 +03:00
parent c9c484f353
commit 3713d08748
16 changed files with 110 additions and 27 deletions

View File

@ -58,7 +58,7 @@ module Ast
def compile context , into
value = Vm::StringConstant.new(string)
context.program.add_object value
context.object_space.add_object value
value
end
def attributes