Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix target option table
  • Loading branch information
tbrowder committed Jun 21, 2016
1 parent a80a093 commit 5c3e5d1
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions doc/Programs/00-running.pod
Expand Up @@ -43,16 +43,13 @@ Note that only boolean single-letter options may be bundled.
The supported values for C<--target> are:
=begin table
Target Backend Description
====== ======= ===========
parse all a representation of the parse tree
ast all an abstract syntax tree (before optimizations)
optimize all an abstract syntax tree (after optimizations)
mbc MoarVM MoarVM byte code
jar JVM JVM archive
Target | Backend | Description
=========|=========|================================================
parse | all | a representation of the parse tree
ast | all | an abstract syntax tree (before optimizations)
optimize | all | an abstract syntax tree (after optimizations)
mbc | MoarVM | MoarVM byte code
jar | JVM | JVM archive
=end table
For C<--profile-filename>, specifying a name ending in C<.json> will write a raw JSON profile dump.
Expand Down

0 comments on commit 5c3e5d1

Please sign in to comment.