log

age author description
Fri, 13 Jul 2012 21:05:52 -0700 Mike Pavone Fix some nested closure bugs
Fri, 13 Jul 2012 19:22:39 -0700 Mike Pavone Fix closure over self var
Fri, 13 Jul 2012 18:31:32 -0700 Mike Pavone Fix whitespace for parens in grammar
Fri, 13 Jul 2012 18:10:38 -0700 Mike Pavone Remove some C compiler warnings due to sloppy native code
Fri, 13 Jul 2012 17:57:00 -0700 William Morgan adding compiler bug test case.
Fri, 13 Jul 2012 17:03:59 -0700 Mike Pavone Improve tpc.js compiler driver with some nice swithc handling and fix a small bug in syntax error reporting.
Fri, 13 Jul 2012 14:16:51 -0700 Mike Pavone Fix os open to optionally take a file permission bit parameter. Update example to use this parameter. Add support for hex and binary integer literals
Fri, 13 Jul 2012 10:46:27 -0700 Mike Pavone Add builtin module os containing some baisc POSIX file IO
Fri, 13 Jul 2012 08:50:10 -0700 Mike Pavone Remove compiled hello and private samples and add source
Fri, 13 Jul 2012 00:25:07 -0700 Mike Pavone Added iterative fib example
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
Thu, 12 Jul 2012 22:10:58 -0700 Mike Pavone Improve compiler error reporting. Fix operator associativity. Add some more string operations and a string ops sample
Thu, 12 Jul 2012 20:14:15 -0700 Mike Pavone Fix closures as methods so that private vars work
Wed, 11 Jul 2012 21:57:38 -0700 Mike Pavone Add basic string support