Mercurial > repos > tabletprog
graph
-
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