comparison trunk/src/dil/semantic/SymbolTable.d @ 600:041eae272362

Moved dil.Identifier to dil.lexer.Identifier.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 06 Jan 2008 00:52:20 +0100
parents 26addda6365b
children c24be8d4f6ab
comparison
equal deleted inserted replaced
599:c4cdea3a65ba 600:041eae272362
3 License: GPL3 3 License: GPL3
4 +/ 4 +/
5 module dil.semantic.SymbolTable; 5 module dil.semantic.SymbolTable;
6 6
7 import dil.semantic.Symbol; 7 import dil.semantic.Symbol;
8 import dil.Identifier; 8 import dil.lexer.Identifier;
9 import common; 9 import common;
10 10
11 /++ 11 /++
12 Maps an identifier string to a Symbol. 12 Maps an identifier string to a Symbol.
13 +/ 13 +/