Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Actually run the code.
Browse files Browse the repository at this point in the history
The AST is pretty, sure... but it's not really what we're here for.
  • Loading branch information
matthewd committed Oct 23, 2010
1 parent a6d2200 commit d0fb867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.rb
Expand Up @@ -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
Expand Down

0 comments on commit d0fb867

Please sign in to comment.