pull/199/head
yhirose 3 years ago committed by GitHub
parent 4760b3e137
commit 13c490cd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -207,7 +207,7 @@ The following grammar is same as the above.
```cpp
peg::parser parser(R"(
ROOT <- ~_ ITEM (',' ~_ ITEM ~_)*
ITEM <- ([a-z])+
ITEM <- ([a-z0-9])+
_ <- [ \t]*
)");
```

Loading…
Cancel
Save