move constants to machine
This commit is contained in:
@ -17,7 +17,9 @@ module Register
|
||||
@parser = Parser::Salama.new
|
||||
@objects = {}
|
||||
@booted = false
|
||||
@constants = []
|
||||
end
|
||||
attr_reader :constants
|
||||
attr_reader :space , :class_mappings , :init , :objects , :booted
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user