Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created October 4, 2015 13:40
Show Gist options
  • Save peschwa/d8bd05d9ea4f3f461d73 to your computer and use it in GitHub Desktop.
Save peschwa/d8bd05d9ea4f3f461d73 to your computer and use it in GitHub Desktop.
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