Lexer: include leading whitespace in the comment token.
authorEvan Jones <ej@evanjones.ca>
Thu, 5 Jan 2012 02:12:27 +0000 (21:12 -0500)
committerEvan Martin <martine@danga.com>
Thu, 5 Jan 2012 02:56:00 +0000 (18:56 -0800)
commit7311f3b583c739f862ae17c3925985ec3ea244f5
treeb7fec70bee5e5416131145c46a7871be6eb1b519
parentff3e266da5430489c00b3b9b9a4eec930e54f402
Lexer: include leading whitespace in the comment token.

Indented comments are ignored rather than causing errors.
src/lexer.cc
src/lexer.in.cc
src/parsers_test.cc