Mercurial > doc-thingy
log
age | author | description |
---|---|---|
Mon, 05 Jan 2009 17:02:01 -0800 | Atul Varma | Comments are now chunked into blocks. |
Mon, 05 Jan 2009 16:44:08 -0800 | Atul Varma | Removed narcissus, since it doesn't support JS 1.7 syntax. |
Mon, 05 Jan 2009 16:04:40 -0800 | Atul Varma | Added support for the 'let' statement to the tokenizer and parser, though the parser just treats them the same as var's, so this won't help with code execution or anything. |
Mon, 05 Jan 2009 15:54:55 -0800 | Atul Varma | Removed the requirement for js1.7. |
Mon, 05 Jan 2009 15:54:01 -0800 | Atul Varma | Origination. The narcissus code has been slightly modified from its snapshot at mozilla-central rev. 2ad9a0f79e7d to support comment tracking in the parser. |