diff basic/Message.d @ 100:5f258eaf9517 new_gen

Loading modules in. Just need to add them to the scope of the "main" Module now.
author Anders Johnsen <skabet@gmail.com>
date Tue, 06 May 2008 22:49:43 +0200
parents 621cedba53ea
children 89db676fbacb
line wrap: on
line diff
--- a/basic/Message.d	Tue May 06 21:59:22 2008 +0200
+++ b/basic/Message.d	Tue May 06 22:49:43 2008 +0200
@@ -23,6 +23,7 @@
     Normal = 1,
     Lexer = 2,
     Parser = 3,
+    Semantic = 3,
 }
 
 class MessageHandler