diff trunk/src/dil/ast/Expressions.d @ 686:e8c09d13f2a5

Added class Deferred to SemanticPass1.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 22 Jan 2008 13:56:21 +0100
parents 7541c64fc423
children 19a34b69cc7d
line wrap: on
line diff
--- a/trunk/src/dil/ast/Expressions.d	Mon Jan 21 19:07:23 2008 +0100
+++ b/trunk/src/dil/ast/Expressions.d	Tue Jan 22 13:56:21 2008 +0100
@@ -118,6 +118,7 @@
   }
 }
 
+/// Expression "!"? "is" Expression
 class IdentityExpression : CmpExpression
 {
   this(Expression left, Expression right, Token* tok)