Mercurial > repos > tabletprog
log runtime/proghead.inc @ 270:b74956a2196f
age | author | description |
---|---|---|
Fri, 18 Jul 2014 19:31:07 -0700 | Michael Pavone | Improve message not implemented error message |
Sat, 24 Aug 2013 19:02:59 -0700 | Mike Pavone | Make method names available at runtime so they can be included in method not implemented error messages |
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. |
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 |
Mon, 09 Jul 2012 21:32:28 -0700 | Mike Pavone | Use a function/method call strategy that actually works |
Mon, 09 Jul 2012 08:57:50 -0700 | Mike Pavone | Working closures, but need to rethink method call strategy |
Sat, 07 Jul 2012 16:48:36 -0700 | Mike Pavone | Add initial version of C backend |