language-lua-0.4.4: Lua parser and pretty-printer
Language.Lua.Parser
parseText :: Parser a -> String -> Either ParseError aSource
parseFile :: FilePath -> IO (Either ParseError Block)Source
stat :: Parser StatSource
exp :: Parser ExpSource
chunk :: Parser BlockSource