Created
October 4, 2015 13:40
-
-
Save peschwa/d8bd05d9ea4f3f461d73 to your computer and use it in GitHub Desktop.
This file contains 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
psch@hack:~/rakudo/rakudo/install/bin$ DEBUG_PLS=1 ./perl6 -e'sub infix:[/./] { }' | |
ast: | |
- QAST::Stmts /./ | |
- QAST::Op(p6capturelex) | |
- QAST::Op(callmethod clone) | |
- QAST::WVal(Regex) | |
ast: | |
- QAST::Stmts /./ | |
- QAST::Op(p6capturelex) | |
- QAST::Op(callmethod clone) | |
- QAST::WVal(Regex) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment