Skip to content

An extension of LPeg that supports labeled failures

License

Notifications You must be signed in to change notification settings

andremm/lpeglabel

 
 

Repository files navigation

LPegLabel is an extension of the LPeg library that provides an implementation of Parsing Expression Grammars (PEGs) with labeled failures. 

Labels can be used to signal different kinds of erros and to specify which alternative in a labeled ordered choice should handle a given label. 

Labels can also be combined with the standard patterns of LPeg. 

About

An extension of LPeg that supports labeled failures

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.6%
  • Lua 32.1%
  • HTML 8.7%
  • Makefile 0.6%