Codec.CBOR.Cuddle.Parser.Lexer
type Parser = Parsec Void Text Source #
charInRange :: Char -> Char -> Char -> Bool Source #
space :: Parser Comment Source #
pComment :: Parser Comment Source #
sameLineComment :: Parser Comment Source #
(|||) :: (a -> Bool) -> (a -> Bool) -> a -> Bool Source #
pCommentBlock :: Parser Comment Source #