diff trunk/src/dil/Keywords.d @ 411:cca83c0c00fd

Added __EOF__ token. Moved if-statement checking for 0 and _Z_ to the bottom of Lexer.scan().
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 25 Sep 2007 15:04:41 +0200
parents 95f1b6e43214
children 0ffcc4ff82f3
line wrap: on
line diff
--- a/trunk/src/dil/Keywords.d	Tue Sep 25 14:28:35 2007 +0200
+++ b/trunk/src/dil/Keywords.d	Tue Sep 25 15:04:41 2007 +0200
@@ -114,4 +114,5 @@
   {TOK.TIMESTAMP, "__TIMESTAMP__"},
   {TOK.VENDOR, "__VENDOR__"},
   {TOK.VERSION, "__VERSION__"},
+  {TOK.EOF, "__EOF__"}, // D2.0
 ];