Skip to content

Instantly share code, notes, and snippets.

@niner
Created September 6, 2015 19:09
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 niner/64a4d6868ce1179dbe52 to your computer and use it in GitHub Desktop.
Save niner/64a4d6868ce1179dbe52 to your computer and use it in GitHub Desktop.
- QAST::CompUnit
- QAST::Block (:a(1), :b(2))
- QAST::Var(local __args__ :decl(param))
- QAST::Stmts
- QAST::Op(call)
- QAST::Block
- QAST::Stmts
- QAST::Var(lexical $¢ :decl(contvar))
- QAST::Var(lexical $! :decl(contvar))
- QAST::Var(lexical $/ :decl(contvar))
- QAST::Var(lexical $_ :decl(contvar))
- QAST::Var(lexical GLOBALish :decl(static))
- QAST::Var(lexical EXPORT :decl(static))
- QAST::Var(lexical $?PACKAGE :decl(static))
- QAST::Var(lexical ::?PACKAGE :decl(static))
- QAST::Var(lexical @?INC :decl(static))
- QAST::Var(lexical $=finish :decl(static))
- QAST::Var(lexical $=pod :decl(static))
- QAST::Var(lexical !UNIT_MARKER :decl(static))
- QAST::VM
[jvm]
- QAST::Op(null)
[moar]
- QAST::Op(null)
[loadlibs]
- nqp_group nqp_ops perl6_ops bit_ops math_ops trans_ops io_ops obscure_ops os file sys_ops nqp_bigint_ops nqp_dyncall_ops
- QAST::Stmts
- QAST::Op(bind)
- QAST::Var(local ctxsave :decl(var))
- QAST::Var(contextual $*CTXSAVE :decl())
- QAST::Op(unless)
- QAST::Op(isnull)
- QAST::Var(local ctxsave :decl())
- QAST::Op(if)
- QAST::Op(can)
- QAST::Var(local ctxsave :decl())
- QAST::SVal(ctxsave)
- QAST::Op(callmethod ctxsave)
- QAST::Var(local ctxsave :decl())
- QAST::Stmts
- QAST::WVal(Array)
- QAST::Stmts (:a(1), :b(2))
- QAST::Stmt (:a(1), :b(2))
- QAST::Stmts :a(1), :b(2)
- QAST::Op(call &infix:<,>) ,
- QAST::Op(callmethod new)
- QAST::Var(lexical Pair :decl())
- QAST::Want
- QAST::WVal(Str)
- Ss
- QAST::SVal(a)
- QAST::Want 1
- QAST::WVal(Int)
- Ii
- QAST::IVal(1)
- QAST::Op(callmethod new)
- QAST::Var(lexical Pair :decl())
- QAST::Want
- QAST::WVal(Str)
- Ss
- QAST::SVal(b)
- QAST::Want 2
- QAST::WVal(Int)
- Ii
- QAST::IVal(2)
- QAST::WVal(Nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment