Parsers.Nandlang
type Parser a = Parser Text a Source #
nandIdentStart :: Char -> Bool Source #
nandIdentLetter :: Char -> Bool Source #
nandUnreservedName :: String -> Bool Source #
nandStringLetter :: Char -> Bool Source #
grammar :: forall repr. Grammarable Char repr => repr () Source #