Copyright | © 2021 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+hslua@zeitkraut.de> |
Safe Haskell | None |
Language | Haskell2010 |
Haskell bindings to the LPeg Lua package.
Synopsis
Documentation
luaopen_lpeg_ptr :: CFunction Source #
Pointer to the function which loads the lpeg library.
lpeg_searcher :: PreCFunction Source #
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"
.