log ast/Stmt.d @ 203:28beb8b110ee

age author description
Mon, 11 Aug 2008 19:43:17 +0200 dan amlund proper stub
Mon, 11 Aug 2008 19:33:11 +0200 dan amlund Stub Statements.
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.
Mon, 21 Jul 2008 21:32:20 +0200 Anders Halager Merge
Mon, 21 Jul 2008 20:35:03 +0200 Anders Halager Make switch work again
Mon, 21 Jul 2008 21:00:20 +0200 Anders Johnsen For loops in AST and sema. Should have correct scope and such now.
Mon, 21 Jul 2008 01:05:20 +0200 Anders Johnsen Added partial support for switches.
Fri, 18 Jul 2008 13:32:34 +0200 Anders Halager Fixed up our simplify functions
Tue, 27 May 2008 10:32:31 +0200 Anders Johnsen Carius changes to the parser. Parsing attributes, lexing many keywords(not all yet).
Sun, 25 May 2008 16:40:38 +0200 Anders Johnsen Removed misc/Error.d and is now using the error system all way through.
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 18:13:46 +0200 Anders Halager Major change to locations, tokens and expressions. new_gen
Tue, 29 Apr 2008 17:56:52 +0200 Anders Halager Fixed some bugs, removed the function gathering pass in codegen and types are new_gen
Tue, 29 Apr 2008 00:31:56 +0200 Anders Halager Make most of the tests pass again new_gen
Mon, 28 Apr 2008 21:47:01 +0200 Anders Johnsen Removed some debug output and updated for new llvm-bindings. new_gen
Mon, 28 Apr 2008 21:40:00 +0200 Anders Johnsen Now return types works for structs... Also, simplyfing in AST have been startet - but still messy. This update is a little messy... new_gen
Wed, 23 Apr 2008 17:01:24 +0200 Anders Halager While is back new_gen
Wed, 23 Apr 2008 16:43:42 +0200 Anders Halager If statements are back new_gen
Wed, 23 Apr 2008 00:57:45 +0200 Anders Halager Big update - Moving towards a better, more seperated parser new_gen
Sun, 20 Apr 2008 22:39:07 +0200 Anders Halager Switch statements support new_gen
Fri, 18 Apr 2008 13:45:39 +0200 Anders Halager Support for while statements and fixed scope for if
Fri, 18 Apr 2008 11:46:00 +0200 Anders Halager Added very simple if support.
Fri, 18 Apr 2008 02:01:38 +0200 johnsen First push