Generated PIR (--target=pir)
$ ./nqp Abc.pm --target=pir
> 3+4
.namespace []
.sub "_block107" :anon :subid("37_1277101610.49879")
.annotate 'line', 0
new $P109, 'Integer'
set $P109, 3
add $P110, $P109, 4
.return ($P110)
.end
| Not Quite Perl | Not Quite Perl - A lightweight Perl 6 | #21 |
$ ./nqp Abc.pm --target=pir
> 3+4
.namespace []
.sub "_block107" :anon :subid("37_1277101610.49879")
.annotate 'line', 0
new $P109, 'Integer'
set $P109, 3
add $P110, $P109, 4
.return ($P110)
.end
|
Copyright © 2010 http://www.pmichaud.com/2010/pres/ |