getting the symbols to work
This commit is contained in:
@ -13,7 +13,7 @@ require 'parslet/convenience'
|
||||
module Fragments
|
||||
# need a code generator, for arm
|
||||
def setup
|
||||
@object_machine = Virtual::Machine.new "Arm"
|
||||
@object_machine = Virtual::Machin.new "Arm"
|
||||
end
|
||||
|
||||
def parse
|
||||
|
@ -9,7 +9,7 @@ module VirtualHelper
|
||||
end
|
||||
|
||||
def check
|
||||
machine = Virtual::Machine.reboot
|
||||
machine = Virtual::Machine.boot
|
||||
expressions = machine.compile_main @string_input
|
||||
if( expressions.first.is_a? Parfait::Method )
|
||||
# stops the whole objectspace beeing tested
|
||||
|
Reference in New Issue
Block a user