log basic/Message.d @ 189:75d0544ddc45

age author description
Fri, 25 Jul 2008 13:50:01 +0200 Anders Johnsen Better error handling on unexpected EOF.
Fri, 25 Jul 2008 01:21:07 +0200 Anders Johnsen Changes the way messages can be displayed. Also added a toString to DType's for type printing.
Mon, 21 Jul 2008 20:35:03 +0200 Anders Halager Make switch work again
Thu, 22 May 2008 12:09:11 +0200 Anders Johnsen Now able of understanding strings.
Tue, 06 May 2008 22:49:43 +0200 Anders Johnsen Loading modules in. Just need to add them to the scope of the "main" Module now. new_gen
Mon, 05 May 2008 20:53:13 +0200 Anders Johnsen Removed the Symbol from semantics - it was not needed anymore. From now on you set the type by doing a setType on an Identifier. new_gen
Mon, 05 May 2008 18:44:20 +0200 Anders Johnsen A few better parser errors plus renaming most of the sema classes to match that they do now. Some have changes a lot. new_gen
Sun, 04 May 2008 20:27:01 +0200 Anders Johnsen Using the new SourceLocation system to handle errors. Also, this is the first push for making the errors don't throw, but continue to check the source. new_gen base misc/Error.d@c74f4369b088