getting the symbols to work

This commit is contained in:
Torsten Ruger
2015-06-01 08:33:23 +03:00
parent bee73801eb
commit f08d9659fc
9 changed files with 53 additions and 42 deletions

View File

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

View File

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