aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c094093
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
1LPegLabel is an extension of the LPeg library that provides an implementation of Parsing Expression Grammars (PEGs) with labeled failures.
2
3Labels 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
5Labels can also be combined with the standard patterns of LPeg.