diff ast/Stmt.d @ 92:771ac63898e2 new_gen

A few better parser errors plus renaming most of the sema classes to match that they do now. Some have changes a lot.
author Anders Johnsen <skabet@gmail.com>
date Mon, 05 May 2008 18:44:20 +0200
parents eb5b2c719a39
children 3a0cd42de9cc
line wrap: on
line diff
--- a/ast/Stmt.d	Mon May 05 17:07:16 2008 +0200
+++ b/ast/Stmt.d	Mon May 05 18:44:20 2008 +0200
@@ -7,7 +7,7 @@
 import ast.Exp,
        ast.Decl;
 
-import sema.SymbolTable,
+import sema.Scope,
        basic.SourceLocation,
        misc.Error;