Mercurial > repos > tabletprog
log jsbackend.js @ 25:4d87c38404d6
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 |
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 |