diff trunk/src/main.d @ 69:24db7c5522d5

- Added module Information for compiler messages like warnings, info and errors to the user. - Renamed class Problem to Information.
author aziz
date Sun, 01 Jul 2007 13:53:00 +0000
parents 8e84db78ad55
children fc645fb2fe72
line wrap: on
line diff
--- a/trunk/src/main.d	Sun Jul 01 12:18:02 2007 +0000
+++ b/trunk/src/main.d	Sun Jul 01 13:53:00 2007 +0000
@@ -3,6 +3,7 @@
   License: GPL2
 +/
 module dparser;
+import Parser;
 import Lexer;
 import Token;
 import Messages;