Description
Provides support related to LPeg parsing expression grammars for Lua. LPeg grammars describe parsers in a compact way and are often used to recognize structured text or small languages.
This is useful for Haskell tooling that needs to work with LPeg-style grammars or Lua-related parsing workflows. It is a developer library and not a general text editor.