Skip to content

Instantly share code, notes, and snippets.

Created June 17, 2013 07:31
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 anonymous/a60e3321e57046edaa39 to your computer and use it in GitHub Desktop.
Save anonymous/a60e3321e57046edaa39 to your computer and use it in GitHub Desktop.
qast seems to be missing any mention of the ++ operator
- QAST::Stmts
- QAST::WVal(Array)
- QAST::Stmts (1, 2, 3)>>.++
- QAST::Stmt
- QAST::Want
- QAST::Op(call &METAOP_HYPER_CALL)
- QAST::Stmts 1, 2, 3
- QAST::Op(call &infix:<,>) ,
- QAST::Want 1
- QAST::WVal(Int)
- Ii
- QAST::IVal(1)
- QAST::Want 2
- QAST::WVal(Int)
- Ii
- QAST::IVal(2)
- QAST::Want 3
- QAST::WVal(Int)
- Ii
- QAST::IVal(3)
- v
- QAST::Stmts
- QAST::Op(bind)
- QAST::Var(local sink_1 :decl)
- QAST::Op(call &METAOP_HYPER_CALL)
- QAST::Stmts 1, 2, 3
- QAST::Op(call &infix:<,>) ,
- QAST::Want 1
- QAST::WVal(Int)
- Ii
- QAST::IVal(1)
- QAST::Want 2
- QAST::WVal(Int)
- Ii
- QAST::IVal(2)
- QAST::Want 3
- QAST::WVal(Int)
- Ii
- QAST::IVal(3)
- QAST::Op(if)
- QAST::Op(if)
- QAST::Op(isconcrete)
- QAST::Var(local sink_1)
- QAST::Op(can)
- QAST::Var(local sink_1)
- QAST::SVal(sink)
- QAST::Op(callmethod sink)
- QAST::Var(local sink_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment