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.
|
Sat, 14 Jul 2012 19:24:04 -0700 |
Mike Pavone |
Fix handling of variable style access to self and parent object messages defined with lambdas. Improve test case for this bug to include parent object access as well as self object access.
|
Sat, 14 Jul 2012 16:14:01 -0700 |
Mike Pavone |
Change strategy for handling true and false to avoid some initialization order problems and improve performance. Add support for negative integer literals. Update samples to reflect true/false change.
|
Sat, 14 Jul 2012 13:31:05 -0700 |
William Morgan |
added remainder operator
|
Sat, 14 Jul 2012 12:30:25 -0700 |
Mike Pavone |
Finish implementation of external module access
|
Sat, 14 Jul 2012 04:18:46 -0700 |
Mike Pavone |
Fix array resizing to use newsize * sizeof(object *) rather than just newsize
|
Sat, 14 Jul 2012 03:05:12 -0700 |
Mike Pavone |
Fix populatesymbols for parent property references. Fix lambda-style modules in cbackend.
|
Sat, 14 Jul 2012 01:39:43 -0700 |
Mike Pavone |
Fix object parent
|
Sat, 14 Jul 2012 00:35:50 -0700 |
Mike Pavone |
Add length method to array. Pass array of arguments to main method. Initialize parent field of environment struct for closures
|
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
|
Thu, 12 Jul 2012 22:10:58 -0700 |
Mike Pavone |
Improve compiler error reporting. Fix operator associativity. Add some more string operations and a string ops sample
|
Thu, 12 Jul 2012 20:14:15 -0700 |
Mike Pavone |
Fix closures as methods so that private vars work
|
Wed, 11 Jul 2012 21:57:38 -0700 |
Mike Pavone |
Add basic string support
|
Wed, 11 Jul 2012 19:17:24 -0700 |
Mike Pavone |
Add append message to array
|
Tue, 10 Jul 2012 23:18:14 -0700 |
Mike Pavone |
Add foreach method to array and add fib sample that can work in C environment and array example
|
Tue, 10 Jul 2012 23:09:44 -0700 |
Mike Pavone |
Very basic array support
|
Tue, 10 Jul 2012 22:09:21 -0700 |
Mike Pavone |
Small refactor of built-in int32 type and added support for more operators on said type
|
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 17:03:01 -0700 |
Mike Pavone |
Tiny bit of work on closures
|
Sat, 07 Jul 2012 16:48:36 -0700 |
Mike Pavone |
Add initial version of C backend
|