Author: pmichaud
Date: Sun Dec  2 14:51:22 2007
New Revision: 23382

Modified:
   trunk/docs/pdds/pdd26_ast.pod

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

Log:
[pct]:
* Add 'copy' pasttype.
* Update pdd26, since we've changed the assign pasttype to be 'copy'.


Modified: trunk/docs/pdds/pdd26_ast.pod
==============================================================================
--- trunk/docs/pdds/pdd26_ast.pod       (original)
+++ trunk/docs/pdds/pdd26_ast.pod       Sun Dec  2 14:51:22 2007
@@ -251,7 +251,7 @@
 
 =over 4
 
-=item assign
+=item copy
 
 Copy the value of the node's second child into the variable
 expression given by its first child.
@@ -381,7 +381,7 @@
 opcode, any destination is typically generated automatically
 and should not be explicitly given as a child operand to the node.
 The table of PIR opcodes that PAST "knows" about is given in
-F<compilers/pct/src/POST/Node.pir> .
+F<compilers/pct/src/PAST/Compiler.pir> .
 
 =item lvalue([flag])
 

Reply via email to