Running Rakudo Perl
Running on a file
$ parrot perl6.pbc hello.pl
Intermediate compile options
$ parrot perl6.pbc --target=parse # display parse tree $ parrot perl6.pbc --target=past # display AST $ parrot perl6.pbc --target=pir # display generated PIR $ parrot perl6.pbc --trace=1 # show runtime trace