log runtime/progfoot.inc @ 263:98147071baf6

age author description
Tue, 13 Aug 2013 21:58:03 -0700 Mike Pavone Add linked list implementation and cons operator
Sun, 22 Jul 2012 14:18:34 -0700 Mike Pavone Improve llMessage a bit and move implementation of string into string.tp module using llMessage. Update TASKS list
Sun, 15 Jul 2012 18:11:00 -0700 Mike Pavone Use Boehm-GC for garbage collection. Also make no_impl print on stderr rather than standard in and return a non-zero error code.
Sat, 14 Jul 2012 00:35:50 -0700 Mike Pavone Add length method to array. Pass array of arguments to main method. Initialize parent field of environment struct for closures
Fri, 13 Jul 2012 00:23:38 -0700 Mike Pavone Move closure/lambda object def into compiler rather than runtime code. Add while:do method to lambda
Thu, 12 Jul 2012 22:49:08 -0700 Mike Pavone Fix escape codes in string literals. Don't print out the return value of main method. Fixup fib example to use print: method. Cleanup error handling in compiler slightly
Wed, 11 Jul 2012 19:17:24 -0700 Mike Pavone Add append message to array
Tue, 10 Jul 2012 23:09:44 -0700 Mike Pavone Very basic array support
Mon, 09 Jul 2012 21:32:28 -0700 Mike Pavone Use a function/method call strategy that actually works
Sat, 07 Jul 2012 16:48:36 -0700 Mike Pavone Add initial version of C backend