Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snarkyboojum/397080 to your computer and use it in GitHub Desktop.
Save snarkyboojum/397080 to your computer and use it in GitHub Desktop.
From 4fcb99cfc175509d5e8950155cea45442c72837b Mon Sep 17 00:00:00 2001
From: snarkyboojum <snarkyboojum@gmail.com>
Date: Tue, 11 May 2010 18:48:10 +1000
Subject: [PATCH] [docs/running.pod] Added valid --target stages
---
docs/running.pod | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/docs/running.pod b/docs/running.pod
index e3b569b..068f531 100644
--- a/docs/running.pod
+++ b/docs/running.pod
@@ -22,6 +22,16 @@ 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
--·
1.7.0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment