diff trunk/src/dil/ast/Expression.d @ 769:5e3ef1b2011c

Added and improved documentation.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 17 Feb 2008 02:21:55 +0100
parents 10b314bf37e3
children 5fe89bb8cbdd
line wrap: on
line diff
--- a/trunk/src/dil/ast/Expression.d	Sat Feb 16 22:10:21 2008 +0100
+++ b/trunk/src/dil/ast/Expression.d	Sun Feb 17 02:21:55 2008 +0100
@@ -11,7 +11,7 @@
 /// The root class of all expressions.
 abstract class Expression : Node
 {
-  Type type; /// The type of this expression.
+  Type type; /// The semantic type of this expression.
 
   this()
   {