log

age author description
Tue, 29 Apr 2008 15:11:39 +0200 Anders Johnsen New patch to LLVM D bindings from the llvmdc project - apply it in the root(where dsss.conf is) new_gen
Tue, 29 Apr 2008 15:00:11 +0200 Anders Johnsen Dumping Ast with AstPrinter is now possible again! :) 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:51:39 +0200 Anders Halager Add types to our Exp 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
Sat, 26 Apr 2008 23:11:13 +0200 Anders Johnsen Now structs are somewhat useable to use. new_gen
Sat, 26 Apr 2008 19:13:10 +0200 Anders Halager Move all root var-decls so they are generated before anything else 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 16:12:36 +0200 Anders Halager Two new tests that uncovered a bug - we dont to type conversion when calling functions 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 15:31:20 +0200 Anders Halager Removed unused LuaGen 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:09:44 +0200 Anders Halager Stricter while - the () was optional before new_gen