Mercurial > repos > tabletprog
graph
-
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
-
Fix os open to optionally take a file permission bit parameter. Update example to use this parameter. Add support for hex and binary integer literalsFri, 13 Jul 2012 14:16:51 -0700, by Mike Pavone
-
Add builtin module os containing some baisc POSIX file IOFri, 13 Jul 2012 10:46:27 -0700, by Mike Pavone
-
Remove compiled hello and private samples and add sourceFri, 13 Jul 2012 08:50:10 -0700, by Mike Pavone
-
Added iterative fib exampleFri, 13 Jul 2012 00:25:07 -0700, by Mike Pavone
-
Move closure/lambda object def into compiler rather than runtime code. Add while:do method to lambdaFri, 13 Jul 2012 00:23:38 -0700, by Mike Pavone
-
Fix escape codes in string literals. Don't print out the return value of main method. Fixup fib example to use print: method. Cleanup error handling in compiler slightlyThu, 12 Jul 2012 22:49:08 -0700, by Mike Pavone
-
Improve compiler error reporting. Fix operator associativity. Add some more string operations and a string ops sampleThu, 12 Jul 2012 22:10:58 -0700, by Mike Pavone
-
Fix closures as methods so that private vars workThu, 12 Jul 2012 20:14:15 -0700, by Mike Pavone
-
Add basic string supportWed, 11 Jul 2012 21:57:38 -0700, by Mike Pavone
-
Add append message to arrayWed, 11 Jul 2012 19:17:24 -0700, by Mike Pavone
-
Add foreach method to array and add fib sample that can work in C environment and array exampleTue, 10 Jul 2012 23:18:14 -0700, by Mike Pavone
-
Very basic array supportTue, 10 Jul 2012 23:09:44 -0700, by Mike Pavone
-
Small refactor of built-in int32 type and added support for more operators on said typeTue, 10 Jul 2012 22:09:21 -0700, by Mike Pavone
-
Add scripts for building programs via C using d8 rather than a browserTue, 10 Jul 2012 19:22:19 -0700, by Mike Pavone
-
Use a function/method call strategy that actually worksMon, 09 Jul 2012 21:32:28 -0700, by Mike Pavone
-
Working closures, but need to rethink method call strategyMon, 09 Jul 2012 08:57:50 -0700, by Mike Pavone
-
Forgot to add kernel.tpSun, 08 Jul 2012 12:32:24 -0700, by Mike Pavone
-
Tiny bit of work on closuresSat, 07 Jul 2012 17:03:01 -0700, by Mike Pavone
-
Add initial version of C backendSat, 07 Jul 2012 16:48:36 -0700, by Mike Pavone
-
Fix some compiler bugs and do initial work on module importThu, 19 Apr 2012 19:20:21 -0700, by Mike Pavone
-
Prevent event bubbling so lambda click handler doesn't get called when clicking on an element inside itThu, 05 Apr 2012 21:06:43 -0700, by Mike Pavone
-
Allow selection of lambdaThu, 05 Apr 2012 19:06:10 -0700, by Mike Pavone
-
Fix parens for funcall nested in operator expessionThu, 05 Apr 2012 07:59:29 -0700, by Mike Pavone
-
Display receiver arg in editor. Improve formatting in editor.Wed, 04 Apr 2012 23:15:00 -0700, by Mike Pavone
-
List literals, fixes to implicit self property lookup, import statement and editor improvementsMon, 02 Apr 2012 22:28:48 -0700, by Mike Pavone
-
Display symbols order first by depth. Eliminate extraneous setter symbolsTue, 27 Mar 2012 00:39:32 -0700, by Mike Pavone
-
Populate in scope symbol buttons when clicking on a symbol in the sourceMon, 26 Mar 2012 21:29:03 -0700, by Mike Pavone
-
Support funcall syntax inside object definition to allow import: statementsMon, 26 Mar 2012 00:06:13 -0700, by Mike Pavone
-
Small improvements to property support and elimination of setP and getP functions as they are no longer neededSun, 25 Mar 2012 21:11:10 -0700, by Mike Pavone
-
Initial work on proper property supportSun, 25 Mar 2012 16:52:11 -0700, by Mike Pavone
-
Use populateSymbols to generate symbol tables during compilation rather than populating them as we go. This change allows us to refer to symbols defined later in the input stream and also gives the symbol table logic a single home that can be used both by the compiler and editor.Sun, 25 Mar 2012 16:11:19 -0700, by Mike Pavone
-
Tiny bit of cleanupSun, 25 Mar 2012 15:57:26 -0700, by Mike Pavone
-
Add direct file edit link supportSun, 25 Mar 2012 15:31:10 -0700, by Mike Pavone
-
Add populateSymbols method to ASTSun, 25 Mar 2012 14:25:33 -0700, by Mike Pavone
-
Add toHTML methods to the rest of the AST nodes. Cleanup the formatting a bitFri, 23 Mar 2012 18:06:53 -0700, by Mike Pavone
-
Start turning AST into HTML in editorThu, 22 Mar 2012 22:52:36 -0700, by Mike Pavone
-
Add overflow hidden to try and deal with extraneous scrollingWed, 21 Mar 2012 23:17:49 -0700, by Mike Pavone
-
Add ability to load code into editorWed, 21 Mar 2012 23:13:51 -0700, by Mike Pavone
-
Use tabletproglang in editorWed, 21 Mar 2012 21:42:38 -0700, by Mike Pavone
-
Added fib sampleWed, 21 Mar 2012 21:25:10 -0700, by Mike Pavone
-
Allow use of tabletproglang programs in script tagsWed, 21 Mar 2012 21:15:32 -0700, by Mike Pavone
-
Move compiler and test page related code out of parser.jsWed, 21 Mar 2012 20:33:39 -0700, by Mike Pavone
-
Initial version of FFIWed, 21 Mar 2012 20:12:12 -0700, by Mike Pavone
-
Javascript compiler backendWed, 21 Mar 2012 08:42:12 -0700, by Mike Pavone
-
Wrote constructors for AST objectsMon, 19 Mar 2012 23:06:07 -0700, by Mike Pavone
-
Added support for commentsMon, 19 Mar 2012 22:45:03 -0700, by Mike Pavone
-
Update formatting on parse tester pageMon, 19 Mar 2012 22:33:49 -0700, by Mike Pavone
-
Added method call syntax and comparison operatorsMon, 19 Mar 2012 22:10:38 -0700, by Mike Pavone
-
Added funcall syntaxMon, 19 Mar 2012 21:29:33 -0700, by Mike Pavone
-
Initial commitSun, 18 Mar 2012 12:03:04 -0700, by Mike Pavone