Wave.Parser
type Parser = Parsec Void Text Source #
type Ann = SourcePos Source #
runParser :: Parser a -> FilePath -> Text -> Either Text a Source #
parseLit :: Parser Lit Source #
sc :: Parser () Source #
lexeme :: Parser a -> Parser a Source #
symbol :: Text -> Parser () Source #
stringLiteral :: Parser Text Source #
numberLiteral :: Parser Lit Source #
getAnn :: Parser Ann Source #