Registry / utility / lpeg
library1.1.0vcpkgunverified

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).

vcpkg install lpeg
INSTALL
IMPORT
SIG · LPEG
L
lpeg
utilitycppv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lpeg.h
#include <lpeg.h>

Initialize LPeg in a Lua state

#include <lpeg.h> #include <lua.h> #include <lauxlib.h> int main() { lua_State* L = luaL_newstate(); luaopen_lpeg(L); lua_close(L); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

lpeg — pip install lpeg · libregistry