Advertisement
Guest User

Untitled

a guest
Aug 18th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. D:\src\rakudo>perl6.bat --target=ast -e "g: print 'hello';"
  2. - QAST::CompUnit
  3. - QAST::Block g: print 'hello';
  4. - QAST::Var(local __args__ :decl(param))
  5. - QAST::Stmts
  6. - QAST::Op(call)
  7. - QAST::Block
  8. - QAST::Stmts
  9. - QAST::Var(lexical GLOBALish :decl(static))
  10. - QAST::Var(lexical EXPORT :decl(static))
  11. - QAST::Var(lexical $?PACKAGE :decl(static))
  12. - QAST::Var(lexical ::?PACKAGE :decl(static))
  13. - QAST::Var(lexical $_ :decl(contvar))
  14. - QAST::Var(lexical $/ :decl(contvar))
  15. - QAST::Var(lexical $! :decl(contvar))
  16. - QAST::Var(lexical $=pod :decl(static))
  17. - QAST::Var(lexical !UNIT_MARKER :decl(static))
  18. - QAST::VM
  19. [loadlibs]
  20. - nqp_group nqp_ops perl6_ops bit_ops math_ops trans_ops io_ops obscure_ops os file s
  21. [jvm]
  22. - QAST::Op(null)
  23. - QAST::Stmt
  24. - QAST::Op(bind)
  25. - QAST::Var(local ctxsave :decl(var))
  26. - QAST::Var(contextual $*CTXSAVE)
  27. - QAST::Op(unless)
  28. - QAST::Op(isnull)
  29. - QAST::Var(local ctxsave)
  30. - QAST::Op(if)
  31. - QAST::Op(can)
  32. - QAST::Var(local ctxsave)
  33. - QAST::SVal(ctxsave)
  34. - QAST::Op(callmethod ctxsave)
  35. - QAST::Var(local ctxsave)
  36. - QAST::Stmts
  37. - QAST::WVal(Array)
  38. - QAST::Stmts g: print 'hello';
  39. - QAST::Var(lexical Nil)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement