log samplecode.js @ 8:f3f56cc75bfd

age author description
Mon, 05 Jan 2009 18:40:10 -0800 Atul Varma Code column is now colored differently.
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: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: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.