lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


LuLPeg (formerly and briefly PureLPeg.lua) is pure Lua port of LPeg,
Roberto Ierusalimschy's Parsing Expression Grammars library.

Useful in restricted environments, or if you don't have a C compiler at hand.

Details regarding its compatibility and performance can be found in the README.

https://github.com/pygy/LuLPeg

I changed the name from PureLPeg, because "pure LPeg" already has a
meaning, and I didn't want to make things confusing.

-- Pierre-Yves