log

age author description
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.