Mercurial > repos > tabletprog
log cbackend.js @ 89:f23ecd4e22af
age | author | description |
---|---|---|
Mon, 23 Jul 2012 07:59:34 -0700 | Mike Pavone | Remove some cruft from cbackend |
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 |
Sat, 21 Jul 2012 22:30:21 -0700 | Mike Pavone | Add support for llMessage:withVars:andCode and llProperty:withType for specifying low level code without having to stick C inside the compiler. Redo array built-in type to use this feature. |
Mon, 16 Jul 2012 01:10:12 -0700 | Mike Pavone | Add hash and int32 messages to string. Add hash message to int32. Update compile script |
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 21:00:21 -0700 | Mike Pavone | Fix determination of whether a method call has an implicit self argument or not. Cleanup C warnings in output. |