comparison src/basic/Message.d @ 211:9e9f3e7e342b default tip

Added dang folder and Module in ast.
author Anders Johnsen <skabet@gmail.com>
date Tue, 12 Aug 2008 20:07:35 +0200
parents 42e663451371
children
comparison
equal deleted inserted replaced
210:f4149d4f6896 211:9e9f3e7e342b
4 Array = tango.core.Array, 4 Array = tango.core.Array,
5 tango.io.Stdout, 5 tango.io.Stdout,
6 tango.text.Util; 6 tango.text.Util;
7 7
8 import tango.stdc.stdlib; 8 import tango.stdc.stdlib;
9
10 import llvm.type;
11 9
12 import lexer.Token, 10 import lexer.Token,
13 lexer.Lexer; 11 lexer.Lexer;
14 12
15 import basic.SourceLocation, 13 import basic.SourceLocation,