Created
September 29, 2013 22:59
-
-
Save jnthn/6757330 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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