log jsbackend.js @ 240:dc5f487247ee

age author description
Mon, 15 Apr 2013 21:13:09 -0700 Mike Pavone Fix some variable scope issues in the JS backend.
Sat, 13 Apr 2013 23:37:54 -0700 Mike Pavone Implemented clicking on symbols inside inscope box to replace function name in funcall.
Thu, 11 Apr 2013 00:12:21 -0700 Mike Pavone Get editor working again
Tue, 24 Jul 2012 19:13:38 -0700 Mike Pavone Do some cleanup on JS backend
Sat, 07 Jul 2012 16:48:36 -0700 Mike Pavone Add initial version of C backend
Thu, 19 Apr 2012 19:20:21 -0700 Mike Pavone Fix some compiler bugs and do initial work on module import
Mon, 02 Apr 2012 22:28:48 -0700 Mike Pavone List literals, fixes to implicit self property lookup, import statement and editor improvements
Mon, 26 Mar 2012 21:29:03 -0700 Mike Pavone Populate in scope symbol buttons when clicking on a symbol in the source
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.
Wed, 21 Mar 2012 23:13:51 -0700 Mike Pavone Add ability to load code into 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