[svn:parrot] r48035 - trunk/compilers/pct/src/PAST
pmichaud at svn.parrot.org
pmichaud at svn.parrot.org
Wed Jul 7 18:23:44 UTC 2010
Author: pmichaud
Date: Wed Jul 7 18:23:43 2010
New Revision: 48035
URL: https://trac.parrot.org/parrot/changeset/48035
Log:
Add documentation for another pirop signature flag.
Modified:
trunk/compilers/pct/src/PAST/Compiler.pir
Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir Wed Jul 7 17:17:20 2010 (r48034)
+++ trunk/compilers/pct/src/PAST/Compiler.pir Wed Jul 7 18:23:43 2010 (r48035)
@@ -28,6 +28,7 @@
+ PMC, int register, num register, or numeric constant
~ PMC, string register, or string constant
: argument (same as '*'), possibly with :named or :flat
+ 0-9 use the nth input operand as the output result of this operation
These flags are used to describe signatures and desired return
types for various operations. For example, if an opcode is
More information about the parrot-commits
mailing list