diff trunk/src/main.d @ 705:d75aad38d1b2

Removed modules dil.parser.Factory and dil.parser.ExpressionParser.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 28 Jan 2008 18:53:04 +0100
parents bf10602159c1
children 140469ecb90e
line wrap: on
line diff
--- a/trunk/src/main.d	Mon Jan 28 18:48:02 2008 +0100
+++ b/trunk/src/main.d	Mon Jan 28 18:53:04 2008 +0100
@@ -5,7 +5,6 @@
 module main;
 
 import dil.parser.Parser;
-import dil.parser.Factory;
 import dil.lexer.Lexer,
        dil.lexer.Token;
 import dil.ast.Declarations,