Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document valid --target= command line options
Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
  • Loading branch information
snarkyboojum authored and moritz committed May 11, 2010
1 parent d47ce57 commit 8236cef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/running.pod
Expand Up @@ -22,6 +22,17 @@ by default also executes the compiled code.

Note that only boolean single-letter options may be bundled

Supported stages for --target are:

parse past post pir evalpmc

where

parse = a representation of the parse tree
past = an intermediate format representing the parrot abstract syntax tree
post = an intermediate format representing the parrot opcode syntax tree
pir = the parrot intermediate representation

=head1 PARROT OPTIONS

To specify options to the underlying parrot VM, you must explicitly run
Expand Down

0 comments on commit 8236cef

Please sign in to comment.