comparison trunk/src/dil/IdTable.d @ 504:9076c4cea2a4

Changed occur. of Token* to Identifier* and refactored Parser. Module dil.IdTable imports dil.Identifier and dil.IdentsEnum publicly. Removed file TokenIDs.d
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 11 Dec 2007 17:02:42 +0100
parents 4e14cd1b24da
children 9c45b245b554
comparison
equal deleted inserted replaced
503:fa63ef408790 504:9076c4cea2a4
1 /++ 1 /++
2 Author: Aziz Köksal 2 Author: Aziz Köksal
3 License: GPL3 3 License: GPL3
4 +/ 4 +/
5 module dil.IdTable; 5 module dil.IdTable;
6 import dil.Identifier;
7 import dil.IdentsEnum;
8 import dil.TokensEnum; 6 import dil.TokensEnum;
9 import dil.IdentsGenerator; 7 import dil.IdentsGenerator;
10 import dil.Keywords; 8 import dil.Keywords;
11 import common; 9 import common;
10
11 public import dil.Identifier;
12 public import dil.IdentsEnum;
12 13
13 struct Ident 14 struct Ident
14 { 15 {
15 const static 16 const static
16 { 17 {