log cbackend.js @ 265:d6a4c9e7716e

age author description
Mon, 14 Jul 2014 19:03:46 -0700 Michael Pavone Remove remapping of most operators
Fri, 11 Apr 2014 22:29:32 -0700 Michael Pavone Fix a couple of compiler bugs. topenv was getting initialized in multiple places. This resulted in multiple copies of modules getting created which caused problems for macro expansion. Additionally, arguments were not being marked as declared during code generation so assigning to an argument that was not closed over generated invalid C code.
Sun, 05 Jan 2014 20:54:22 -0800 Mike Pavone Small fix to call to method implemented on current object check
Sat, 30 Nov 2013 15:04:52 -0800 Mike Pavone Don't compile quote expressions in C backend for now
Sat, 24 Aug 2013 19:02:59 -0700 Mike Pavone Make method names available at runtime so they can be included in method not implemented error messages
Sat, 24 Aug 2013 09:54:47 -0700 Mike Pavone Support more bitwise operations and function pointers in llMessages
Wed, 21 Aug 2013 07:59:34 -0700 Mike Pavone Fixed a few bugs. Improved the "symbol not found" error messages. Added a "signed?" method to integer objects
Tue, 13 Aug 2013 22:01:00 -0700 Mike Pavone Merge
Tue, 13 Aug 2013 21:58:03 -0700 Mike Pavone Add linked list implementation and cons operator
Sun, 11 Aug 2013 04:02:51 -0700 Mike Pavone Add os sleep
Sat, 10 Aug 2013 18:58:40 -0700 Mike Pavone Add rand srand and time to os module
Sat, 10 Aug 2013 18:26:33 -0700 Mike Pavone Fix variable name collision in integer objects
Sat, 10 Aug 2013 14:50:38 -0700 Mike Pavone Fix compiler bug involving referencing a self method in a method defined before the referenced method
Sat, 10 Aug 2013 14:19:38 -0700 Mike Pavone Added some stuff for compiler debugging. Added unsigned integer types. Added integer size conversion methods to integer objects.
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