As of r30764, code generated by --target=pir now runs directly from parrot:

$ cat hello.pl
sub foo() { say 'hello'; }

foo();
$ ./parrot perl6.pbc --target=pir --output=hello.pir hello.pl
$ ./parrot hello.pir
hello
$


Pm

Reply via email to