log

age author description
Tue, 12 Aug 2008 18:19:34 +0200 Anders Johnsen Added the correct version.
Tue, 12 Aug 2008 18:14:56 +0200 Anders Johnsen Major moving of files. all src now goes into src, all docs in docs.
Mon, 11 Aug 2008 21:56:21 +0200 Anders Johnsen Small addition to the comments of an assign expr.
Mon, 11 Aug 2008 21:27:44 +0200 Anders Johnsen Added some random stuff...
Mon, 11 Aug 2008 19:43:17 +0200 dan amlund proper stub
Mon, 11 Aug 2008 19:33:11 +0200 dan amlund Stub Statements.
Mon, 11 Aug 2008 18:41:45 +0200 Anders Johnsen Added ast/Expr.d to contain all expressions.
Sun, 10 Aug 2008 17:09:41 +0200 Anders Johnsen Added candydoc files for docs.
Sun, 10 Aug 2008 17:06:54 +0200 Anders Johnsen First comment submit.
Sun, 10 Aug 2008 16:27:50 +0200 Anders Johnsen Removed everything...
Sun, 10 Aug 2008 16:23:09 +0200 Anders Johnsen Removed some of the stuff
Sun, 10 Aug 2008 16:16:55 +0200 Anders Johnsen Old impl branch. old_impl
Tue, 29 Jul 2008 15:50:24 +0200 Anders Johnsen Made a BuildTypes pass, to give all exp's a type.
Tue, 29 Jul 2008 13:54:44 +0200 Anders Johnsen Rename some files. Hopefully we can get a more iterative sema pass, that's a lot easier to "get startet with".
Fri, 25 Jul 2008 15:31:16 +0200 Anders Johnsen Added error message for the case of calling a function pointer with wrong parameter count.