diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ | |||
1 | LPegLabel is an extension of the LPeg library that provides an implementation of Parsing Expression Grammars (PEGs) with labeled failures. | ||
2 | |||
3 | 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. | ||
4 | |||
5 | Labels can also be combined with the standard patterns of LPeg. | ||