Mercurial > repos > tabletprog
log runtime/progfoot.inc @ 58:7b454d100dc8
age | author | description |
---|---|---|
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 |