log

age author description
Sun, 20 Apr 2008 12:03:13 +0200 Anders Halager Declarations.d/visitMemberLookup: Use the loc of the lookup, rather than the types loc new_gen
Sun, 20 Apr 2008 11:53:40 +0200 Anders Halager Ooops.. should have compiled before commit.. now works again new_gen
Sun, 20 Apr 2008 11:47:34 +0200 Anders Halager Merge, and updated Error class new_gen
Sun, 20 Apr 2008 11:20:28 +0200 Anders Johnsen Now supporting structs - both read and write. Still a few errors though, so watch out. new_gen
Sun, 20 Apr 2008 01:08:50 +0200 Anders Halager Various changes related to DType new_gen
Sat, 19 Apr 2008 22:19:14 +0200 Anders Halager Added a DType class new_gen
Sat, 19 Apr 2008 19:31:28 +0200 Anders Halager Removed a line of debug output new_gen
Sat, 19 Apr 2008 18:29:42 +0200 Anders Halager New codegen! new_gen
Sat, 19 Apr 2008 11:40:20 +0200 Anders Halager Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output new_gen
Fri, 18 Apr 2008 23:45:45 +0200 johnsen now handling structs to some extend
Fri, 18 Apr 2008 21:39:17 +0200 johnsen Now working with gdc also (gdc use reverse paremeter validating on function calls)
Fri, 18 Apr 2008 20:28:49 +0200 Anders Halager Small changes to the text program.
Fri, 18 Apr 2008 18:24:36 +0200 Anders Halager Fixed two typos in the comparison operators
Fri, 18 Apr 2008 17:59:01 +0200 Anders Johnsen Merge
Fri, 18 Apr 2008 17:55:42 +0200 Anders Johnsen Fixed tests.run - now works really nice
Fri, 18 Apr 2008 15:53:30 +0200 Anders Halager Oops.. while was generating incorrect code
Fri, 18 Apr 2008 17:49:34 +0200 Anders Johnsen Updates to run.d - still errors
Fri, 18 Apr 2008 15:25:10 +0200 Anders Halager Better scopes.
Fri, 18 Apr 2008 14:47:23 +0200 johnsen Checking for types and identifiers. TODO: Make each varDecl create a new scope
Fri, 18 Apr 2008 13:58:27 +0200 Anders Halager Added some ekstra tests, and allowed bool as a type
Fri, 18 Apr 2008 13:45:39 +0200 Anders Halager Support for while statements and fixed scope for if
Fri, 18 Apr 2008 13:01:11 +0200 Anders Halager Some support for the rest of the boolean operators
Fri, 18 Apr 2008 12:52:53 +0200 Anders Halager Merged
Fri, 18 Apr 2008 12:33:03 +0200 johnsen Added Ne, Lt, Le, Gt, Ge and Not in lexer
Fri, 18 Apr 2008 12:50:54 +0200 Anders Halager Starting to work on bool support, for now == works
Fri, 18 Apr 2008 12:24:14 +0200 johnsen Now lexing == as Equals
Fri, 18 Apr 2008 11:46:00 +0200 Anders Halager Added very simple if support.
Fri, 18 Apr 2008 11:07:46 +0200 johnsen Updated lexer with comment handling to run Comments test at succes rate
Fri, 18 Apr 2008 11:03:17 +0200 johnsen dsss.conf updated to compile test file. Also updated LICENSE to BSD-License
Fri, 18 Apr 2008 02:31:07 +0200 Anders Halager Lots of stuff, here are the git comments:
Fri, 18 Apr 2008 02:01:38 +0200 johnsen First push
Fri, 18 Apr 2008 15:24:52 +0200 johnsen itest