1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# lpeg – Parsing Expression Grammars For Lua
[![GitHub CI][CI badge]](https://github.com/hslua/hslua/actions)
[![Hackage][Hackage badge]](https://hackage.haskell.org/package/lpeg)
[![Stackage Lts][Stackage Lts badge]](http://stackage.org/lts/package/lpeg)
[![Stackage Nightly][Stackage Nightly badge]](http://stackage.org/nightly/package/lpeg)
[![MIT license][License badge]](LICENSE)
[CI badge]: https://img.shields.io/github/workflow/status/hslua/hslua/CI.svg?logo=github
[Hackage badge]: https://img.shields.io/hackage/v/lpeg.svg?logo=haskell
[Stackage Lts badge]: http://stackage.org/package/lpeg/badge/lts
[Stackage Nightly badge]: http://stackage.org/package/lpeg/badge/nightly
[License badge]: https://img.shields.io/badge/license-MIT-blue.svg
This package contains the C sources of LPeg, as well as some tiny
Haskell helper to load the package.
See also the official [LPeg
homepage](http://www.inf.puc-rio.br/~roberto/lpeg/)
|