Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@timo
Created December 14, 2013 10:37
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 timo/fac77c791de77a5dab79 to your computer and use it in GitHub Desktop.
Save timo/fac77c791de77a5dab79 to your computer and use it in GitHub Desktop.
- QAST::Want 3
- QAST::WVal(Int)
- Ii
- QAST::IVal(3)
making a chain op with name &infix:<<>
- QAST::Want 3
- QAST::WVal(Int)
- Ii
- QAST::IVal(3)
- QAST::Var(lexical $whatevercode_arg_1)
making a chain op with name &infix:<<>
- QAST::Var(lexical $whatevercode_arg_2)
- QAST::Want 6
- QAST::WVal(Int)
- Ii
- QAST::IVal(6)
- QAST::CompUnit
- QAST::Block 3 < * < * < 6
- QAST::Var(local __args__ :decl(param))
- QAST::Stmts
- QAST::Op(call)
- QAST::Block
- QAST::Stmts
- 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 $_ :decl(contvar))
- QAST::Var(lexical $/ :decl(contvar))
- QAST::Var(lexical $! :decl(contvar))
- QAST::Block
- QAST::Stmts
- QAST::Var(lexical $whatevercode_arg_1 :decl(var))
- QAST::Op(p6bindsig)
- QAST::Op(callstatic &infix:<<>) <
- QAST::Want 3
- QAST::WVal(Int)
- Ii
- QAST::IVal(3)
- QAST::Var(lexical $whatevercode_arg_1)
- QAST::Block
- QAST::Stmts
- QAST::Var(lexical $whatevercode_arg_1 :decl(var))
- QAST::Var(lexical $whatevercode_arg_2 :decl(var))
- QAST::Op(p6bindsig)
- QAST::Op(chain &infix:<<>) <
- QAST::Op(chain &infix:<<>) <
- QAST::Want 3
- QAST::WVal(Int)
- Ii
- QAST::IVal(3)
- QAST::Var(lexical $whatevercode_arg_1)
- QAST::Var(lexical $whatevercode_arg_2)
- QAST::Block
- QAST::Stmts
- QAST::Var(lexical $whatevercode_arg_1 :decl(var))
- QAST::Var(lexical $whatevercode_arg_2 :decl(var))
- QAST::Op(p6bindsig)
- QAST::Op(chain &infix:<<>) <
- QAST::Op(chain &infix:<<>) <
- QAST::Var(lexical $whatevercode_arg_2)
- QAST::Want 6
- QAST::WVal(Int)
- Ii
- QAST::IVal(6)
- QAST::Var(lexical $=pod :decl(static))
- QAST::Var(lexical !UNIT_MARKER :decl(static))
- QAST::VM
[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
[jvm]
- QAST::Op(null)
- QAST::Stmt
- QAST::Op(bind)
- QAST::Var(local ctxsave :decl(var))
- QAST::Var(contextual $*CTXSAVE)
- QAST::Op(unless)
- QAST::Op(isnull)
- QAST::Var(local ctxsave)
- QAST::Op(if)
- QAST::Op(can)
- QAST::Var(local ctxsave)
- QAST::SVal(ctxsave)
- QAST::Op(callmethod ctxsave)
- QAST::Var(local ctxsave)
- QAST::Stmts
- QAST::WVal(Array)
- QAST::Stmts 3 < * < * < 6
- QAST::Stmt
- QAST::Op(p6capturelex)
- QAST::Op(callmethod clone)
- QAST::WVal(WhateverCode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment