log parser/Action.d @ 185:7b274cfdc1dc

age author description
Fri, 25 Jul 2008 12:18:05 +0200 Anders Johnsen Added support for array literals. Codegen is broken, though.
Thu, 24 Jul 2008 20:31:24 +0200 Anders Johnsen - Changed Parser to be more clean on type parsing.
Tue, 22 Jul 2008 00:33:58 +0200 Anders Johnsen Parsing "new", putting it in AST and performs some tests on it. Eg. if the contructor exists and the params matches.
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 18:16:50 +0200 Anders Johnsen Parsing for-loop.
Mon, 21 Jul 2008 17:41:40 +0200 Anders Johnsen - Parsing nested attributes.
Mon, 21 Jul 2008 01:05:20 +0200 Anders Johnsen Added partial support for switches.
Fri, 11 Jul 2008 21:47:57 +0200 johnsen Lots of changes:
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 21:07:48 +0200 Anders Johnsen Parsing <<, >> and >>>.
Sun, 25 May 2008 16:40:38 +0200 Anders Johnsen Removed misc/Error.d and is now using the error system all way through.
Wed, 21 May 2008 21:05:23 +0200 Anders Johnsen Lexing more types of strings. Now all's left is to parse the string in the AST. new_gen
Thu, 08 May 2008 10:32:41 +0200 Anders Johnsen Parsing methods in structs - error on semantics though. new_gen
Tue, 06 May 2008 21:59:22 +0200 Anders Halager Imports and improved module statement new_gen
Tue, 06 May 2008 16:24:14 +0200 Anders Johnsen Added Modules. Right now it's very simple - will grow with time and need. new_gen
Sun, 04 May 2008 18:13:46 +0200 Anders Halager Major change to locations, tokens and expressions. new_gen
Fri, 02 May 2008 19:54:22 +0200 Anders Halager Parse array indexing, and allow reading from arrays new_gen
Fri, 02 May 2008 18:23:33 +0200 Anders Johnsen Now you can declare array new_gen
Fri, 02 May 2008 15:05:02 +0200 Anders Johnsen Parsing "int* x" new_gen
Thu, 01 May 2008 19:25:49 +0200 Anders Johnsen A LOT of bug fixing - also implemented implicit casts. If you do a --ast-dump-code on a target with some algebra of differant types, you should now see the type casts being made. Also, Tests are again back with only switches failing... new_gen
Sat, 26 Apr 2008 18:52:27 +0200 Anders Johnsen Added struct decl and forward ref. A note on structs: they need to make a new scope when declared. Otherwise you could access struct members as globals new_gen
Sat, 26 Apr 2008 15:54:54 +0200 Anders Halager Rearranged some stuff, and renamed LLVMGen -> CodeGen new_gen
Sat, 26 Apr 2008 13:15:37 +0200 Anders Halager Seperated the AST from LLVM new_gen
Thu, 24 Apr 2008 19:42:53 +0200 Anders Halager Only tests that dont pass now are structs and switches 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