Changeset 14422 for src/Pugs/Lexer.hs
- Timestamp:
- 10/22/06 01:36:34 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Lexer.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Lexer.hs
r14105 r14422 488 488 comment :: RuleParser () 489 489 comment = do 490 char '#' <?> " comment"490 char '#' <?> "" 491 491 pos <- getPosition 492 492 if sourceColumn pos /= 2 then multiLineComment <|> skipToLineEnd else do
