log

age author description
Sat, 21 Jul 2012 22:58:10 -0700 Mike Pavone Added simple task tracking text file until we have a proper task tracker
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.
Sat, 21 Jul 2012 22:29:16 -0700 Mike Pavone Add logical operators to grammar. Allow vertical whitespace after funcall expression in object.
Sat, 21 Jul 2012 22:28:21 -0700 Mike Pavone Update testarray sample to use print:
Wed, 18 Jul 2012 08:59:08 -0700 Mike Pavone Increase the number of buckets checked in a hash set as it grows to keep space overhead reasonable
Mon, 16 Jul 2012 01:22:48 -0700 Mike Pavone Add hash set
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.
Sun, 15 Jul 2012 13:13:06 -0700 Mike Pavone Fix another symbol table/closure bug
Sun, 15 Jul 2012 13:06:29 -0700 Mike Pavone Add shell script for driving tpc.js
Sat, 14 Jul 2012 21:23:23 -0700 Mike Pavone Remove debug print calls from dict
Sat, 14 Jul 2012 21:20:30 -0700 Mike Pavone Add lame linear search dictionary
Sat, 14 Jul 2012 21:01:18 -0700 Mike Pavone merge
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 20:05:51 -0700 William Morgan added 'not' message to 'true' and 'false' modules
Sat, 14 Jul 2012 19:32:14 -0700 Mike Pavone Update true and false with improved versions from ICFP contest project
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:56:05 -0700 Mike Pavone Add sample for bug triggered by accessing a lambda-defined message in variable style
Sat, 14 Jul 2012 04:53:31 -0700 Mike Pavone Add sample for bug involving accesing a property of a parent object as an initial value for a new object property
Sat, 14 Jul 2012 04:46:51 -0700 Mike Pavone Add sample for fixed bug
Sat, 14 Jul 2012 04:19:29 -0700 Mike Pavone Fix funcall.populateSymbols to use the fixed up name when doing the initial symbol.find. This ensures the parent tree is properly produced
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:28:37 -0700 Mike Pavone Fix escape for backslash