diff 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
line wrap: on
line diff
--- a/trunk/src/dil/TokensEnum.d	Sat Dec 15 19:00:23 2007 +0100
+++ b/trunk/src/dil/TokensEnum.d	Sat Dec 15 22:25:18 2007 +0100
@@ -89,7 +89,7 @@
   */
   Abstract, Alias, Align, Asm, Assert, Auto, Body,
   Break, Case, Cast, Catch,
-  Cent, Class, Const, Continue,
+  Class, Const, Continue,
   Debug, Default, Delegate, Delete, Deprecated, Do,
   Else, Enum, Export, Extern, False, Final,
   Finally, For, Foreach, Foreach_reverse, Function, Goto,
@@ -102,7 +102,7 @@
   Typeof, Union, Unittest,
   Version, Volatile, While, With,
   // Integral types.
-  Char,   Wchar,   Dchar, Bool, Ucent,
+  Char,   Wchar,   Dchar, Bool, Cent, Ucent,
   Byte,   Ubyte,   Short, Ushort,
   Int,    Uint,    Long,  Ulong,
   Float,  Double,  Real,