Advertisement
Guest User

go parse

a guest
Jun 8th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ PERL6LIB=src perl6 t-parse.pl '1'
  2. => <1>
  3. statement => <1>
  4. simple_stmt => <1>
  5. expression_stmt => <1>
  6. expression => <1>
  7. unary_expr => <1>
  8. primary_expr => <1>
  9. operand => <1>
  10. literal => <1>
  11. basic_lit => <1>
  12. int_lit => <1>
  13. decimal_lit => <1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement