Mercurial > repos > tabletprog
log cbackend.js @ 57:08ae75d90dc2
age | author | description |
---|---|---|
Sat, 14 Jul 2012 00:00:24 -0700 | Mike Pavone | Add != operator. Fix more closure bugs. |
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:10:38 -0700 | Mike Pavone | Remove some C compiler warnings due to sloppy native code |
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 00:23:38 -0700 | Mike Pavone | Move closure/lambda object def into compiler rather than runtime code. Add while:do method to lambda |