Skip to content

Commit 6974923

Browse files
committed
Fixed README
1 parent 5f3a5a8 commit 6974923

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau
1313
* `<` ... `>` (Token boundary operator)
1414
* `~` (Ignore operator)
1515
* `\x20` (Hex number char)
16-
* `$name<` ... `>` (Named capture operator)
17-
* `$name` (Backreference operator)
1816
* `%whitespace` (Automatic whitespace skipping)
1917
* `%word` (Word expression)
2018
* `$name(` ... `)` (Capture scope operator)

0 commit comments

Comments
 (0)