Abstract syntax tree (--target=past)
$ ./nqp Abc.pm --target=past
> 3+4
"past" => PMC 'PAST;Block' {
[0] => PMC 'PAST;Op' {
<pirop> => "add"
[0] => 3
[1] => 4
}
}
| Not Quite Perl | Not Quite Perl - A lightweight Perl 6 | #20 |
$ ./nqp Abc.pm --target=past
> 3+4
"past" => PMC 'PAST;Block' {
[0] => PMC 'PAST;Op' {
<pirop> => "add"
[0] => 3
[1] => 4
}
}
|
Copyright © 2010 http://www.pmichaud.com/2010/pres/ |