Mercurial > repos > tabletprog
log cbackend.js @ 251:2557ce4e671f
age | author | description |
---|---|---|
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 |