log list.rhope @ 172:926b56a43f47

age author description
Sun, 15 May 2011 23:31:58 -0700 Mike Pavone Fix some bugs related to inlining
Wed, 24 Nov 2010 02:28:01 +0000 Mike Pavone Add Previous method to List
Fri, 05 Nov 2010 02:42:45 +0000 Mike Pavone Add String method to List
Thu, 28 Oct 2010 21:39:17 -0400 Mike Pavone Simplify and speed up List by removing support for sparse Lists
Mon, 09 Aug 2010 23:53:20 -0400 Mike Pavone Fixed some bugs that were preventing compiled compiler from working correctly. Need to address memory usage
Mon, 09 Aug 2010 02:03:57 -0400 Mike Pavone Broken port of parser to compiler
Tue, 03 Aug 2010 22:38:25 -0400 Mike Pavone fix memory corruption bug
Mon, 02 Aug 2010 05:12:19 -0400 Mike Pavone Semi-broken cleanup of Array implementation
Mon, 02 Aug 2010 00:58:55 -0400 Mike Pavone Beginning of port of compiler to itself, some bugfixes and a refcount optimization
Wed, 07 Jul 2010 00:36:59 -0400 Mike Pavone Fix list implementation
Tue, 06 Jul 2010 07:52:59 -0400 Mike Pavone Partially working implementation of List. Modified build scripts to allow use of other compilers. Fixed some bugs involving method implementations on different types returning different numbers of outputs. Added Fold to the 'builtins' in the comipler.
Wed, 16 Jun 2010 04:36:53 +0000 Mike Pavone Beginning of List implementation