llvm-pretty-0.7.1.1: A pretty printing library inspired by the llvm binding.
Text.LLVM.Parser
pNameChar :: Parser Char Source #
pIdent :: Parser Ident Source #
pSymbol :: Parser Symbol Source #
pInt32 :: Parser Int32 Source #
pPrimType :: Parser PrimType Source #
pFloatType :: Parser FloatType Source #
pType :: Parser Type Source #
parseType :: String -> Either ParseError Type Source #
angles :: Parser a -> Parser a Source #
braces :: Parser a -> Parser a Source #
brackets :: Parser a -> Parser a Source #
parens :: Parser a -> Parser a Source #
spaced :: Parser a -> Parser a Source #