Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #2333 - Make sure lexer skip whitespace on non-token | Brice Figureau | 2009-06-12 | 1 | -0/+4 |
| | | | | | | | | | Comments and multi-line comments produces no token per-se during lexing, so the lexer loops to find another token. The issue was that we were not skipping whitespace after finding such non-token. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | ||||
* | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | Fix #1402 - Allow multiline comments | Brice Figureau | 2008-10-29 | 1 | -0/+6 |
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> |