We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3a5a8 commit 6974923Copy full SHA for 6974923
README.md
@@ -13,8 +13,6 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau
13
* `<` ... `>` (Token boundary operator)
14
* `~` (Ignore operator)
15
* `\x20` (Hex number char)
16
- * `$name<` ... `>` (Named capture operator)
17
- * `$name` (Backreference operator)
18
* `%whitespace` (Automatic whitespace skipping)
19
* `%word` (Word expression)
20
* `$name(` ... `)` (Capture scope operator)
0 commit comments