comparison trunk/src/dil/TokensEnum.d @ 520:f203c5248d0b

Added 'compile' command. Fixes in config.d: changed 'auto' to 'var'; fixed format argument indices. dil.Lexer and dil.Parser add their errors to infoMan. Fix in enum TOK: Cent belongs to sublist of integral types.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 15 Dec 2007 22:25:18 +0100
parents 943ecc9c133a
children a3f66502ea64
comparison
equal deleted inserted replaced
519:9ebc799c7dc5 520:f203c5248d0b
87 /* Keywords: 87 /* Keywords:
88 NB.: Token.isKeyword() depends on this list being contiguous. 88 NB.: Token.isKeyword() depends on this list being contiguous.
89 */ 89 */
90 Abstract, Alias, Align, Asm, Assert, Auto, Body, 90 Abstract, Alias, Align, Asm, Assert, Auto, Body,
91 Break, Case, Cast, Catch, 91 Break, Case, Cast, Catch,
92 Cent, Class, Const, Continue, 92 Class, Const, Continue,
93 Debug, Default, Delegate, Delete, Deprecated, Do, 93 Debug, Default, Delegate, Delete, Deprecated, Do,
94 Else, Enum, Export, Extern, False, Final, 94 Else, Enum, Export, Extern, False, Final,
95 Finally, For, Foreach, Foreach_reverse, Function, Goto, 95 Finally, For, Foreach, Foreach_reverse, Function, Goto,
96 If, Import, In, Inout, 96 If, Import, In, Inout,
97 Interface, Invariant, Is, Lazy, Macro/+D2.0+/, 97 Interface, Invariant, Is, Lazy, Macro/+D2.0+/,
100 Scope, Static, Struct, Super, Switch, Synchronized, 100 Scope, Static, Struct, Super, Switch, Synchronized,
101 Template, This, Throw, Traits/+D2.0+/, True, Try, Typedef, Typeid, 101 Template, This, Throw, Traits/+D2.0+/, True, Try, Typedef, Typeid,
102 Typeof, Union, Unittest, 102 Typeof, Union, Unittest,
103 Version, Volatile, While, With, 103 Version, Volatile, While, With,
104 // Integral types. 104 // Integral types.
105 Char, Wchar, Dchar, Bool, Ucent, 105 Char, Wchar, Dchar, Bool, Cent, Ucent,
106 Byte, Ubyte, Short, Ushort, 106 Byte, Ubyte, Short, Ushort,
107 Int, Uint, Long, Ulong, 107 Int, Uint, Long, Ulong,
108 Float, Double, Real, 108 Float, Double, Real,
109 Ifloat, Idouble, Ireal, 109 Ifloat, Idouble, Ireal,
110 Cfloat, Cdouble, Creal, Void, 110 Cfloat, Cdouble, Creal, Void,