-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | LPeg – Parsing Expression Grammars For Lua -- -- This package contains the C sources of LPeg, as well as some tiny -- Haskell helper to load the package. -- -- http://www.inf.puc-rio.br/~roberto/lpeg/ @package lpeg @version 1.0.4 -- | Haskell bindings to the LPeg Lua package. module Lua.LPeg -- | Pointer to the function which loads the lpeg library. luaopen_lpeg_ptr :: CFunction -- | Pointer to the function which loads the "re" library. luaopen_re_ptr :: CFunction -- | A package searcher to be used with package.searchers), just -- for the "lpeg" module. Returns nil on most inputs, but pushes -- a function that loads the LPeg module when called with key -- "lpeg". lpeg_searcher :: PreCFunction