move space to parfait
Also make the machine the singleton and space hang off it Many repercussions, not all fixed in this commit
This commit is contained in:
@ -13,7 +13,7 @@ require 'parslet/convenience'
|
||||
module Fragments
|
||||
# need a code generator, for arm
|
||||
def setup
|
||||
@object_space = Boot::BootSpace.new "Arm"
|
||||
@object_space = Boot::Space.new "Arm"
|
||||
end
|
||||
|
||||
def parse
|
||||
|
Reference in New Issue
Block a user