diff --git a/run.rb b/run.rb index b533aa0..88d93ea 100755 --- a/run.rb +++ b/run.rb @@ -150,7 +150,7 @@ def self.get; @@instance; end rescue Rasp::ScriptError => error puts "#{error.location}Microsoft VBScript compilation error: #{error.description}" else - require 'pp'; pp ast; exit ## XXX + #require 'pp'; pp ast; exit ## XXX begin context = Rasp::Context.new(:parent_context => Root) ast.compile context