Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 330 Bytes

lpeg.md

File metadata and controls

13 lines (9 loc) · 330 Bytes

lpeg: Parsing Expression Grammars For Lua

LPeg is a pattern-matching library for Lua.

local lpeg = require "lpeg"
local re = require "re"

The documentation of these modules are available on Lpeg web site: