mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Fixed README
This commit is contained in:
parent
5f3a5a82e1
commit
69749237c9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user