Fri, 09 Aug 2013 04:29:37 -0700 |
Mike Pavone |
Fix string literal escaping to allow more than one of each type of escaped character
|
Fri, 09 Aug 2013 03:58:08 -0700 |
Mike Pavone |
Lambda bugfix and some improvments to the llMessage support
|
Fri, 09 Aug 2013 01:37:09 -0700 |
Mike Pavone |
Merge
|
Fri, 09 Aug 2013 01:35:29 -0700 |
Mike Pavone |
Minor progress towards supporting imports in the C backend
|
Thu, 08 Aug 2013 21:46:05 -0700 |
Mike Pavone |
Fix calling methods on objects that are not self when self implements the method being called
|
Thu, 08 Aug 2013 20:03:15 -0700 |
Mike Pavone |
Add int64, int16 and int8. Also add hex method to integer types.
|
Thu, 08 Aug 2013 19:19:19 -0700 |
Mike Pavone |
Add bitwise operations to int32 in the C backend
|
Sat, 03 Aug 2013 00:13:09 -0700 |
Mike Pavone |
Add support for implementing operators on user defined objects
|
Thu, 01 Aug 2013 19:10:48 -0700 |
Mike Pavone |
Add isInteger? method to the int32 type in the C backend
|
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.
|