log

age author description
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