log cbackend.js @ 120:d5dc9507d612

age author description
Thu, 26 Jul 2012 23:40:56 -0700 Mike Pavone Added short-circuit && and || operators
Thu, 26 Jul 2012 18:54:42 -0700 Mike Pavone Optimize self method calls into static function calls
Tue, 24 Jul 2012 19:13:38 -0700 Mike Pavone Do some cleanup on JS backend
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