Author: pmichaud
Date: Mon Nov 26 22:27:07 2007
New Revision: 23124

Modified:
   trunk/docs/pdds/pdd26_ast.pod

Changes in other areas also in this revision:
Modified:
   trunk/compilers/pct/src/PAST/Compiler.pir
   trunk/compilers/pct/src/PAST/Node.pir

Log:
[pct]:
* Add 'returns' attribute to PAST::Val nodes.


Modified: trunk/docs/pdds/pdd26_ast.pod
==============================================================================
--- trunk/docs/pdds/pdd26_ast.pod       (original)
+++ trunk/docs/pdds/pdd26_ast.pod       Mon Nov 26 22:27:07 2007
@@ -118,6 +118,12 @@
 
 Accessor method to get/set the constant value for this node.
 
+=item returns([typename])
+
+Get/set the type of value to be generated by this node.
+If not specified, the type is taken from the type of
+the value attribute given above.
+
 =back
 
 =head2 PAST::Var

Reply via email to