diff trunk/src/dil/lexer/Keywords.d @ 685:c5fd3b7bfcab

Added 'pure' keyword.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 21 Jan 2008 19:07:23 +0100
parents 041eae272362
children 9f61e8af55d5
line wrap: on
line diff
--- a/trunk/src/dil/lexer/Keywords.d	Mon Jan 21 18:40:55 2008 +0100
+++ b/trunk/src/dil/lexer/Keywords.d	Mon Jan 21 19:07:23 2008 +0100
@@ -76,6 +76,7 @@
   {"private", TOK.Private},
   {"protected", TOK.Protected},
   {"public", TOK.Public},
+  {"pure", TOK.Pure}, // D2.0
   {"real", TOK.Real},
   {"ref", TOK.Ref},
   {"return", TOK.Return},