Mercurial > repos > tabletprog
log parser.js @ 22:40a85f135be5
age | author | description |
---|---|---|
Mon, 26 Mar 2012 00:06:13 -0700 | Mike Pavone | Support funcall syntax inside object definition to allow import: statements |
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. |