Mon, 05 Jan 2009 18:40:10 -0800 |
Atul Varma |
Code column is now colored differently.
|
Mon, 05 Jan 2009 17:49:59 -0800 |
Atul Varma |
Added a CSS sheet and a basic two-column layout.
|
Mon, 05 Jan 2009 17:17:33 -0800 |
Atul Varma |
We now record number of lines of comment blocks.
|
Mon, 05 Jan 2009 17:14:14 -0800 |
Atul Varma |
Changed sample code, removed a debug logging statement.
|
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.
|