Fixed README

This commit is contained in:
yhirose 2019-08-27 02:42:12 -04:00
parent 5f3a5a82e1
commit 69749237c9

View File

@ -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)