comparison 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
comparison
equal deleted inserted replaced
91:1a24e61eb104 92:771ac63898e2
5 tango.io.Stdout; 5 tango.io.Stdout;
6 6
7 import ast.Exp, 7 import ast.Exp,
8 ast.Decl; 8 ast.Decl;
9 9
10 import sema.SymbolTable, 10 import sema.Scope,
11 basic.SourceLocation, 11 basic.SourceLocation,
12 misc.Error; 12 misc.Error;
13 13
14 enum StmtType 14 enum StmtType
15 { 15 {