Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 420 Bytes

lpeglabel.md

File metadata and controls

15 lines (9 loc) · 420 Bytes

tagline: parsing expression grammars (with Labels)

local lpeg = require'lpeglabel'

Sérgio Medeiros's lpeglabel extension of LPeg that supports labeled failures.

local re = require'lpeglabel.relabel'

lpeglabel.re doc