Author: pmichaud
Date: Thu Nov 27 00:07:33 2008
New Revision: 33261

Modified:
   trunk/compilers/pct/src/PAST/Compiler.pir

Log:
[pct]: Add 'getprop' signature to PAST::Compiler.


Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir   (original)
+++ trunk/compilers/pct/src/PAST/Compiler.pir   Thu Nov 27 00:07:33 2008
@@ -68,6 +68,7 @@
     piropsig['concat']     = 'PP~'
     piropsig['div']        = 'PP+'
     piropsig['fdiv']       = 'PP+'
+    piropsig['getprop']    = 'P~P'
     piropsig['mod']        = 'PP+'
     piropsig['mul']        = 'PP+'
     piropsig['n_neg']      = 'PP'

Reply via email to