-- 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.
--   
--   <a>http://www.inf.puc-rio.br/~roberto/lpeg/</a>
@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 <tt>package.searchers</tt>), just
--   for the "lpeg" module. Returns <tt>nil</tt> on most inputs, but pushes
--   a function that loads the LPeg module when called with key
--   <tt>"lpeg"</tt>.
lpeg_searcher :: PreCFunction
