[Pkg-parrot-devel] Bug#724339: parrot won't generate pasm output

Zefram zefram at fysh.org
Mon Sep 23 20:22:37 UTC 2013


Package: parrot-minimal
Version: 4.0.0-3
Severity: normal

The parrot(1) man page says that using the -o option with an output
filename that ends in ".pasm" should produce pasm output.  This doesn't
actually work:

$ cat t2.pir
.sub main
.end
$ parrot -o t2.pasm t2.pir
$ file t2.pasm
t2.pasm: Parrot bytecode 106.0, 8 byte words, little-endian, x86 12 byte long double floats, Parrot 0.0.0

It's producing pbc output regardless of the output filename.

-zefram



More information about the Pkg-parrot-devel mailing list