log tests/run.d @ 208:41ccd50e7cbc

age author description
Tue, 12 Aug 2008 18:21:06 +0200 Anders Johnsen Added missing tests
Tue, 12 Aug 2008 18:14:56 +0200 Anders Johnsen Major moving of files. all src now goes into src, all docs in docs.
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 12:50:09 +0200 Anders Johnsen Fixed a error in the test program.
Mon, 21 Jul 2008 21:45:54 +0200 Anders Johnsen Parsing "this" as constructor. Also removed regex from the test run program(seg fault - dmd???)
Sun, 20 Jul 2008 23:41:53 +0200 Anders Johnsen Made the test program work with >59 tests.
Wed, 09 Jul 2008 12:59:57 +0200 Anders Halager Changed the test-program.
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
Mon, 21 Apr 2008 22:47:12 +0200 Anders Halager Added some struct tests, and implemented a wrong struct assignment new_gen
Fri, 18 Apr 2008 20:28:49 +0200 Anders Halager Small changes to the text program.
Fri, 18 Apr 2008 17:55:42 +0200 Anders Johnsen Fixed tests.run - now works really nice
Fri, 18 Apr 2008 17:49:34 +0200 Anders Johnsen Updates to run.d - still errors
Fri, 18 Apr 2008 02:01:38 +0200 johnsen First push