lpeg

LPeg – Parsing Expression Grammars For Lua

https://hslua.org/

Version on this page:1.0.1
LTS Haskell 22.14:1.0.4
Stackage Nightly 2024-03-28:1.1.0
Latest on Hackage:1.1.0

See all snapshots lpeg appears in

MIT licensed by Albert Krewinkel
Maintained by Albert Krewinkel
This version can be pinned in stack with:lpeg-1.0.1@sha256:a1a0087da8191fe71ab6bbd83c6f8277df84de4fc1921e7cfc8854d78a0456a5,3517

Module documentation for 1.0.1

Depends on 2 packages(full list with versions):

lpeg – Parsing Expression Grammars For Lua

GitHub CI Hackage Stackage Lts Stackage Nightly MIT license

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

Changes

Changelog

lpeg uses PVP Versioning.

lpeg 1.0.1

Released 2021-11-08.

  • The ‘re’ package is a Lua script that’s part of LPeg. It is now included as a byte array in the C sources; a loader function for this library is provided, and ‘re’ is now handled by the lpeg searcher.

lpeg 1.0.0

Released 2021-10-31.

  • A wild package appears.