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