[Swift-commit] r2205 - trunk/resources
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Aug 27 04:48:35 CDT 2008
Author: benc
Date: 2008-08-27 04:48:34 -0500 (Wed, 27 Aug 2008)
New Revision: 2205
Modified:
trunk/resources/swiftscript.g
Log:
disallow empty statements
Modified: trunk/resources/swiftscript.g
===================================================================
--- trunk/resources/swiftscript.g 2008-08-27 09:05:38 UTC (rev 2204)
+++ trunk/resources/swiftscript.g 2008-08-27 09:48:34 UTC (rev 2205)
@@ -458,7 +458,6 @@
| code=foreachStat
| code=switchStat
| code=iterateStat
- | SEMI {code=template("blank");}
;
ifStat returns [StringTemplate code=template("if")]
More information about the Swift-commit
mailing list