namechange

This commit is contained in:
Torsten Ruger
2014-07-29 18:33:11 +03:00
parent da9a57b3cf
commit 7b6f364ba8
24 changed files with 34 additions and 34 deletions

View File

@ -8,7 +8,7 @@ module VirtualHelper
end
def check
parser = Parser::Kide.new
parser = Parser::Salama.new
syntax = parser.parse_with_debug(@string_input)
parts = Parser::Transform.new.apply(syntax)
machine = Virtual::Machine.new