diff --git a/README.md b/README.md index 0dafe3a..504a1fd 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau * `<` ... `>` (Token boundary operator) * `~` (Ignore operator) * `\x20` (Hex number char) - * `$name<` ... `>` (Named capture operator) - * `$name` (Backreference operator) * `%whitespace` (Automatic whitespace skipping) * `%word` (Word expression) * `$name(` ... `)` (Capture scope operator)