lpeg

LPeg – Parsing Expression Grammars For Lua

https://hslua.org/

Version on this page:1.0.3
LTS Haskell 22.17:1.0.4
Stackage Nightly 2024-04-18: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.3@sha256:c64ed52f3aa92e4b5f5cba9f45424abd4cfd678d3ca35b6fca998078b47d3039,3556

Module documentation for 1.0.3

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2022-09-24(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.3

Released 2022-01-29.

  • Allow lua-2.2.*.

lpeg-1.0.2

Released 2022-01-29.

  • Allow lua-2.1.*.

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.