move constants to machine

This commit is contained in:
Torsten Ruger
2015-10-28 13:00:23 +02:00
parent 7e0778dc70
commit e75517ff05
4 changed files with 4 additions and 9 deletions

View File

@ -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