LPegLabel

Parsing Expression Grammars For Lua with Labeled Failures

$ luarocks install lpeglabel

LPegLabel is a conservative extension of the
LPeg (http://www.inf.puc-rio.br/~roberto/lpeg)
library that provides an implementation of Parsing
Expression Grammars (PEGs) with labeled failures.
Labels can be used to signal different kinds of errors
and to specify which recovery pattern should handle a
given label. Labels can also be combined with the standard
patterns of LPeg.

Besides that, LPegLabel also reports the farthest
failure position in case of an ordinary failure
(which is represented by label 'fail').

Versions

1.6.2-12 years ago17,009 downloads
1.6.1-13 years ago743 downloads
1.6.0-16 years ago(revision: 2)8,963 downloads
1.5.0-18 years ago8,552 downloads
1.4.0-18 years ago6,609 downloads
1.3.0-18 years ago4,383 downloads
1.2.0-19 years ago557 downloads
1.1.0-19 years ago2,208 downloads
1.0.0-19 years ago169 downloads
0.12.2-29 years ago31 downloads
0.12.2-111 years ago51 downloads

Dependencies

lua >= 5.1

Dependency for

candran, Caribay, hotfix-gen, lacord, lpegrex, lua-glob, lua-language-server, lua-lsp, lua-lsp, lua-lsp, lua-parser, molde, parser-gen, xmlpeg

Labels

Manifests