renamed program to boot_space, as in object_space at boot time. thats the way its going
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user