move boot* classes to boot directory
This commit is contained in:
@ -13,7 +13,7 @@ require 'parslet/convenience'
|
||||
module Fragments
|
||||
# need a code generator, for arm
|
||||
def setup
|
||||
@object_space = Vm::BootSpace.new "Arm"
|
||||
@object_space = Boot::BootSpace.new "Arm"
|
||||
end
|
||||
|
||||
def parse
|
||||
|
@ -85,7 +85,7 @@ HERE
|
||||
expr = part.compile( @object_space.context )
|
||||
else
|
||||
expr = part.compile( @object_space.context )
|
||||
raise "should be function definition for now, not #{part.inspect}#{expr.inspect}" unless expr.is_a? Vm::BootClass
|
||||
raise "should be function definition for now, not #{part.inspect}#{expr.inspect}" unless expr.is_a? Boot::BootClass
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user