Mercurial > repos > tabletprog
log
age | author | description |
---|---|---|
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. |