diff trunk/src/dil/Parser.d @ 536:0781ac288537

Added some semantic() methods. Renamed member typ of dil.TypeSystem.Type to tid. Added 'Undefined' to struct Types. Removed charLiteral and added 'dchar character' to class CharExpression.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 18 Dec 2007 15:14:41 +0100
parents bdd49ad84f5f
children db7913148b29
line wrap: on
line diff
--- a/trunk/src/dil/Parser.d	Tue Dec 18 00:32:30 2007 +0100
+++ b/trunk/src/dil/Parser.d	Tue Dec 18 15:14:41 2007 +0100
@@ -3311,7 +3311,7 @@
       nT();
       break;
     case T.CharLiteral:
-      e = new CharExpression(token);
+      e = new CharExpression(token.dchar_);
       nT();
       break;
     case T.String: