Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created September 29, 2013 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnthn/6757330 to your computer and use it in GitHub Desktop.
Save jnthn/6757330 to your computer and use it in GitHub Desktop.
diff --git a/src/main.nqp b/src/main.nqp
index 1019799..275c34f 100644
--- a/src/main.nqp
+++ b/src/main.nqp
@@ -1,6 +1,7 @@
use Perl6::Grammar;
use Perl6::Actions;
use Perl6::Compiler;
+use QRegex;
# Initialize Rakudo runtime support.
nqp::p6init();
@@ -52,4 +53,6 @@ sub MAIN(*@ARGS) {
$result := $_();
nqp::can($result, 'sink') && $result.sink();
}
+
+ ParseShared.log_dump();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment