From c56c8da2000e4fea032c59afe578b3dc30caca60 Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 5 Feb 2021 14:13:30 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc45d56..11200db 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau * `MACRO_NAME(` ... `)` (Parameterized rule or Macro) * `{ precedence L - + L / * }` (Parsing infix expression) * `%recovery(` ... `)` (Error recovery operator) - * `exp⇑label` (Syntax sugar for `(exp / %recover(label))`) + * `exp⇑label` or `exp^label` (Syntax sugar for `(exp / %recover(label))`) * `label { message "..." }` (Error message instruction) This library supports the linear-time parsing known as the [*Packrat*](http://pdos.csail.mit.edu/~baford/packrat/thesis/thesis.pdf) parsing.