Mercurial > repos > tabletprog
graph
-
Fix another symbol table/closure bugSun, 15 Jul 2012 13:13:06 -0700, by Mike Pavone
-
Add shell script for driving tpc.jsSun, 15 Jul 2012 13:06:29 -0700, by Mike Pavone
-
Remove debug print calls from dictSat, 14 Jul 2012 21:23:23 -0700, by Mike Pavone
-
Add lame linear search dictionarySat, 14 Jul 2012 21:20:30 -0700, by Mike Pavone
-
mergeSat, 14 Jul 2012 21:01:18 -0700, by 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 21:00:21 -0700, by Mike Pavone
-
added 'not' message to 'true' and 'false' modulesSat, 14 Jul 2012 20:05:51 -0700, by William Morgan
-
Update true and false with improved versions from ICFP contest projectSat, 14 Jul 2012 19:32:14 -0700, by 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 19:24:04 -0700, by Mike Pavone
-
added remainder operatorSat, 14 Jul 2012 13:31:05 -0700, by William Morgan
-
Finish implementation of external module accessSat, 14 Jul 2012 12:30:25 -0700, by Mike Pavone
-
Add sample for bug triggered by accessing a lambda-defined message in variable styleSat, 14 Jul 2012 04:56:05 -0700, by Mike Pavone
-
Add sample for bug involving accesing a property of a parent object as an initial value for a new object propertySat, 14 Jul 2012 04:53:31 -0700, by Mike Pavone
-
Add sample for fixed bugSat, 14 Jul 2012 04:46:51 -0700, by Mike Pavone
-
Fix funcall.populateSymbols to use the fixed up name when doing the initial symbol.find. This ensures the parent tree is properly producedSat, 14 Jul 2012 04:19:29 -0700, by Mike Pavone
-
Fix array resizing to use newsize * sizeof(object *) rather than just newsizeSat, 14 Jul 2012 04:18:46 -0700, by Mike Pavone
-
Fix populatesymbols for parent property references. Fix lambda-style modules in cbackend.Sat, 14 Jul 2012 03:05:12 -0700, by Mike Pavone
-
Fix object parentSat, 14 Jul 2012 01:39:43 -0700, by Mike Pavone
-
Add length method to array. Pass array of arguments to main method. Initialize parent field of environment struct for closuresSat, 14 Jul 2012 00:35:50 -0700, by Mike Pavone
-
Add != operator. Fix more closure bugs.Sat, 14 Jul 2012 00:00:24 -0700, by Mike Pavone
-
Fix escape for backslashFri, 13 Jul 2012 21:28:37 -0700, by Mike Pavone
-
Fix some nested closure bugsFri, 13 Jul 2012 21:05:52 -0700, by Mike Pavone
-
Fix closure over self varFri, 13 Jul 2012 19:22:39 -0700, by Mike Pavone
-
Fix whitespace for parens in grammarFri, 13 Jul 2012 18:31:32 -0700, by Mike Pavone
-
Remove some C compiler warnings due to sloppy native codeFri, 13 Jul 2012 18:10:38 -0700, by Mike Pavone
-
adding compiler bug test case.Fri, 13 Jul 2012 17:57:00 -0700, by William Morgan
-
Improve tpc.js compiler driver with some nice swithc handling and fix a small bug in syntax error reporting.Fri, 13 Jul 2012 17:03:59 -0700, by Mike Pavone