diff trunk/src/dil/lexer/Lexer.d @ 577:9e811db780a6

Moved LexerFuncs.d to package 'lexer'.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 05 Jan 2008 17:01:15 +0100
parents 0df647660e76
children 39fac5531b85
line wrap: on
line diff
--- a/trunk/src/dil/lexer/Lexer.d	Sat Jan 05 16:53:27 2008 +0100
+++ b/trunk/src/dil/lexer/Lexer.d	Sat Jan 05 17:01:15 2008 +0100
@@ -3,6 +3,7 @@
   License: GPL3
 +/
 module dil.lexer.Lexer;
+
 import dil.Token;
 import dil.Information;
 import dil.Keywords;
@@ -18,7 +19,7 @@
 import tango.stdc.string : strlen;
 import common;
 
-public import dil.LexerFuncs;
+public import dil.lexer.Funcs;
 
 /++
   The Lexer analyzes the characters of a source text and