log

age author description
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
Fri, 25 Jul 2008 01:39:01 +0200 Anders Halager Better support for function pointers
Fri, 25 Jul 2008 01:34:12 +0200 Anders Johnsen Fixed a but that did't allow type-only params.
Fri, 25 Jul 2008 01:21:07 +0200 Anders Johnsen Changes the way messages can be displayed. Also added a toString to DType's for type printing.
Thu, 24 Jul 2008 23:36:38 +0200 Anders Johnsen Added another testcase.
Thu, 24 Jul 2008 23:36:10 +0200 Anders Johnsen Small fixes to type checks.
Thu, 24 Jul 2008 23:03:18 +0200 Anders Johnsen Can now use & as a unary operator and take an AddressOf
Thu, 24 Jul 2008 21:12:12 +0200 Anders Halager Codegen functions in structs
Thu, 24 Jul 2008 21:06:42 +0200 Anders Johnsen Putting symbol on MemberRef -calls.
Thu, 24 Jul 2008 20:40:04 +0200 Anders Halager Start of support for virtual functions
Thu, 24 Jul 2008 20:31:24 +0200 Anders Johnsen - Changed Parser to be more clean on type parsing.
Thu, 24 Jul 2008 12:27:34 +0200 Anders Halager Make function overloads work in the codegen
Thu, 24 Jul 2008 12:18:58 +0200 Anders Johnsen added a __vptr to all classes.
Thu, 24 Jul 2008 12:07:11 +0200 Anders Johnsen Merge(sry)
Thu, 24 Jul 2008 12:06:48 +0200 Anders Johnsen Some changes to get function overloading to work. Also class inherit works now - to some extend. needs vtables and all the complex stuff of it.
Wed, 23 Jul 2008 00:31:11 +0200 dan amlund proper patch for llvm bindings
Tue, 22 Jul 2008 21:34:53 +0200 Anders Halager Codegen support for new expressions (very lame so far)
Tue, 22 Jul 2008 18:24:15 +0200 Anders Johnsen Better handling of param checking on method calls.
Tue, 22 Jul 2008 16:53:47 +0200 Anders Johnsen The symbol for the constructor a "new"-exp is calling is now stored in callSym in NewExp.
Tue, 22 Jul 2008 16:50:47 +0200 Anders Johnsen Fixes to types for constructor and also removed DFunction's from DStruct, DClass and DInterface
Tue, 22 Jul 2008 16:22:58 +0200 Anders Johnsen Fixed symbol for a functions members.
Tue, 22 Jul 2008 13:39:15 +0200 Anders Halager Changed the tests for static arrays a little
Tue, 22 Jul 2008 13:29:20 +0200 Anders Halager Improved static arrays
Tue, 22 Jul 2008 00:34:49 +0200 Anders Johnsen Added some tests for constructor and new.
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 22:14:06 +0200 Anders Johnsen Merge commit
Mon, 21 Jul 2008 22:13:12 +0200 Anders Johnsen Made some tests dmd-compatible
Mon, 21 Jul 2008 22:12:33 +0200 Anders Halager Codegen for statements
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???)
Mon, 21 Jul 2008 21:32:20 +0200 Anders Halager Merge
Mon, 21 Jul 2008 21:30:44 +0200 Anders Halager Formatting change
Mon, 21 Jul 2008 21:18:18 +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 20:28:11 +0200 Anders Johnsen Fixed some for parsing, and removed a little ugly bug.
Mon, 21 Jul 2008 19:17:56 +0200 Anders Johnsen Parsing for-loops to some extend.
Mon, 21 Jul 2008 18:16:50 +0200 Anders Johnsen Parsing for-loop.
Mon, 21 Jul 2008 17:56:33 +0200 Anders Johnsen Changes Scope to use char[]'s insted of Identifiers for lookup.
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.
Sun, 20 Jul 2008 23:41:53 +0200 Anders Johnsen Made the test program work with >59 tests.
Sun, 20 Jul 2008 23:24:23 +0200 Anders Johnsen Merge
Sun, 20 Jul 2008 23:23:56 +0200 Anders Johnsen Added support for extern keyword. Being ignored atm though. Also changed ast/Module, so that you can get a list of only vars, functions or structs.
Fri, 18 Jul 2008 13:32:34 +0200 Anders Halager Fixed up our simplify functions
Fri, 18 Jul 2008 13:17:02 +0200 Anders Halager Removed some unused code
Fri, 18 Jul 2008 13:10:53 +0200 Anders Halager No reason to explicitly add structs as llvm types
Fri, 11 Jul 2008 21:47:57 +0200 johnsen Lots of changes:
Wed, 09 Jul 2008 13:38:11 +0200 Anders Halager Removed some output
Wed, 09 Jul 2008 12:59:57 +0200 Anders Halager Changed the test-program.
Mon, 30 Jun 2008 16:43:40 +0200 Anders Johnsen Now working with forward ref and structs in scope builder. New Symbol system should now be good to go!
Mon, 30 Jun 2008 16:23:52 +0200 Anders Johnsen Better scope-building. Still an error with structs and forward ref though.
Mon, 30 Jun 2008 16:12:07 +0200 Anders Halager Try and make aliases work
Mon, 30 Jun 2008 15:22:05 +0200 Anders Johnsen Recursive member-lookup.
Sat, 21 Jun 2008 20:41:18 +0200 Anders Halager Added a Symbol