diff ast/Module.d @ 136:2be29b296081

Lots of changes: - Parsing classes and interfaces - Fixed some seg faults in sema - Supporting "private" to some extend - And a lot of other small fixes
author johnsen@johnsen-laptop
date Fri, 11 Jul 2008 21:47:57 +0200
parents ed815b31479b
children 927ae00bd9d2
line wrap: on
line diff
--- a/ast/Module.d	Wed Jul 09 13:38:11 2008 +0200
+++ b/ast/Module.d	Fri Jul 11 21:47:57 2008 +0200
@@ -21,5 +21,6 @@
     char[] moduleName;
     Scope env;
     Symbol symbol;
+    bool outputModule = true;
 }