diff lexer/Lexer.d @ 99:857f0d530789 new_gen

Imports and improved module statement Allow "module a.b.c" Supports most forms of D's import. import A, B; import A, B = C; import A, B : a = b, c;
author Anders Halager <halager@gmail.com>
date Tue, 06 May 2008 21:59:22 +0200
parents 771ac63898e2
children 7ff4bc2accf2
line wrap: on
line diff
--- a/lexer/Lexer.d	Tue May 06 21:55:29 2008 +0200
+++ b/lexer/Lexer.d	Tue May 06 21:59:22 2008 +0200
@@ -21,8 +21,6 @@
     /**
       Create a new Lexer.
     */
-
-
     this(SourceLocation start, SourceManager src_mgr, MessageHandler messages)
     {
         this.messages = messages;