# New Ticket Created by  Klaas-Jan Stol 
# Please include the string:  [perl #49976]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49976 >


when invoking a PCT-based compiler, such as punie, pynie, perl6, etc, one
can give a target option, like so:

../../parrot js.pbc --target=pir  <file>

to see the generated PIR.

When you give the --trace flag to parrot (-t), /and/ giving the --target
flag, this won't work:

G:\cygwin\home\Kramer\parrot\languages\ecmascript>..\..\parrot -t
js.pbc--target=pir
Option --target=pir not known
parrot -[abcCEfgGhjprStvVwy.] [-d [FLAGS]] [-D [FLAGS]][-O [level]] [-o
FILE] <file>

Reply via email to