[Swift-commit] r3240 - trunk/resources

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Feb 17 15:56:59 CST 2010


Author: hategan
Date: 2010-02-17 15:56:59 -0600 (Wed, 17 Feb 2010)
New Revision: 3240

Modified:
   trunk/resources/Karajan.stg
Log:
added selfclose to foreach

Modified: trunk/resources/Karajan.stg
===================================================================
--- trunk/resources/Karajan.stg	2010-02-17 20:30:17 UTC (rev 3239)
+++ trunk/resources/Karajan.stg	2010-02-17 21:56:59 UTC (rev 3240)
@@ -202,8 +202,8 @@
 </vdl:infinitecountingwhile>
 >>
 
-foreach(var,in,indexVar,declarations,statements,line) ::= <<
-<vdl:tparallelFor name="\$">
+foreach(var,in,indexVar,declarations,statements,line,selfClose) ::= <<
+<vdl:tparallelFor name="\$"$if(selfClose)$ selfClose="$selfClose$"$endif$>
   <getarrayiterator>$in$</getarrayiterator>
   <set names="\$\$, $var$">
     <each items="{\$}"/>




More information about the Swift-commit mailing list