log

age author description
Mon, 02 Apr 2012 22:28:48 -0700 Mike Pavone List literals, fixes to implicit self property lookup, import statement and editor improvements
Tue, 27 Mar 2012 00:39:32 -0700 Mike Pavone Display symbols order first by depth. Eliminate extraneous setter symbols
Mon, 26 Mar 2012 21:29:03 -0700 Mike Pavone Populate in scope symbol buttons when clicking on a symbol in the source
Mon, 26 Mar 2012 00:06:13 -0700 Mike Pavone Support funcall syntax inside object definition to allow import: statements
Sun, 25 Mar 2012 21:11:10 -0700 Mike Pavone Small improvements to property support and elimination of setP and getP functions as they are no longer needed
Sun, 25 Mar 2012 16:52:11 -0700 Mike Pavone Initial work on proper property support
Sun, 25 Mar 2012 16:11:19 -0700 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 15:57:26 -0700 Mike Pavone Tiny bit of cleanup
Sun, 25 Mar 2012 15:31:10 -0700 Mike Pavone Add direct file edit link support
Sun, 25 Mar 2012 14:25:33 -0700 Mike Pavone Add populateSymbols method to AST
Fri, 23 Mar 2012 18:06:53 -0700 Mike Pavone Add toHTML methods to the rest of the AST nodes. Cleanup the formatting a bit
Thu, 22 Mar 2012 22:52:36 -0700 Mike Pavone Start turning AST into HTML in editor
Wed, 21 Mar 2012 23:17:49 -0700 Mike Pavone Add overflow hidden to try and deal with extraneous scrolling
Wed, 21 Mar 2012 23:13:51 -0700 Mike Pavone Add ability to load code into editor
Wed, 21 Mar 2012 21:42:38 -0700 Mike Pavone Use tabletproglang in editor
Wed, 21 Mar 2012 21:25:10 -0700 Mike Pavone Added fib sample
Wed, 21 Mar 2012 21:15:32 -0700 Mike Pavone Allow use of tabletproglang programs in script tags
Wed, 21 Mar 2012 20:33:39 -0700 Mike Pavone Move compiler and test page related code out of parser.js
Wed, 21 Mar 2012 20:12:12 -0700 Mike Pavone Initial version of FFI
Wed, 21 Mar 2012 08:42:12 -0700 Mike Pavone Javascript compiler backend
Mon, 19 Mar 2012 23:06:07 -0700 Mike Pavone Wrote constructors for AST objects
Mon, 19 Mar 2012 22:45:03 -0700 Mike Pavone Added support for comments
Mon, 19 Mar 2012 22:33:49 -0700 Mike Pavone Update formatting on parse tester page
Mon, 19 Mar 2012 22:10:38 -0700 Mike Pavone Added method call syntax and comparison operators
Mon, 19 Mar 2012 21:29:33 -0700 Mike Pavone Added funcall syntax
Sun, 18 Mar 2012 12:03:04 -0700 Mike Pavone Initial commit