diff --git a/fco2/Parse.hs b/fco2/Parse.hs index f5d2a86..4db6266 100644 --- a/fco2/Parse.hs +++ b/fco2/Parse.hs @@ -740,7 +740,6 @@ character a <- hexDigit b <- hexDigit return $ ['*', '#', a, b]) - -- FIXME: Handle *\n, which is just a line continuation? <|> do { c <- anyChar; return ['*', c] } <|> do c <- anyChar return [c]