diff trunk/src/dil/Keywords.d @ 497:0ffcc4ff82f3

Refactored a few things in the Lexer. Fix: SpecialTokensEnd should be TOK.VERSION not TOK.Version. Fixed assert statement in textSpan().
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Dec 2007 14:58:38 +0100
parents cca83c0c00fd
children 4e14cd1b24da
line wrap: on
line diff
--- a/trunk/src/dil/Keywords.d	Sun Dec 09 13:04:15 2007 +0100
+++ b/trunk/src/dil/Keywords.d	Sun Dec 09 14:58:38 2007 +0100
@@ -6,6 +6,7 @@
 import dil.Token;
 import dil.Identifier;
 
+/// Table of reserved identifiers.
 static const Identifier[] keywords = [
   {TOK.Abstract, "abstract"},
   {TOK.Alias, "alias"},