log

age author description
Tue, 12 Aug 2008 20:07:35 +0200 Anders Johnsen Added dang folder and Module in ast. default tip
Tue, 12 Aug 2008 19:09:01 +0200 Anders Johnsen Added LICENSE file.
Tue, 12 Aug 2008 19:05:17 +0200 Anders Johnsen Renamed some of the actions. Declarations now have it's own action.
Tue, 12 Aug 2008 18:21:06 +0200 Anders Johnsen Added missing tests
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.
Fri, 25 Jul 2008 15:00:54 +0200 Anders Johnsen Fixed String parsing, so that they get created with the right type in AST.
Fri, 25 Jul 2008 14:44:50 +0200 Anders Johnsen Fixed a small bug. Passes two more tests now.
Fri, 25 Jul 2008 13:59:21 +0200 Anders Johnsen Can parse empty file again.
Fri, 25 Jul 2008 13:50:01 +0200 Anders Johnsen Better error handling on unexpected EOF.
Fri, 25 Jul 2008 12:55:38 +0200 Anders Halager Extra test
Fri, 25 Jul 2008 12:53:58 +0200 Anders Halager Changed the way static arrays are represented
Fri, 25 Jul 2008 12:50:09 +0200 Anders Johnsen Fixed a error in the test program.
Fri, 25 Jul 2008 12:18:05 +0200 Anders Johnsen Added support for array literals. Codegen is broken, though.
Fri, 25 Jul 2008 11:04:00 +0200 Anders Johnsen Oops, compile breaking commit.
Fri, 25 Jul 2008 10:59:16 +0200 Anders Johnsen Fixed a few errors so that two more tests passes. Also, now you only need a type in a function param.
Fri, 25 Jul 2008 01:40:08 +0200 Anders Halager merge