we-like-parsers / pegen

PEG parser generator for Python
https://we-like-parsers.github.io/pegen/
MIT License
155 stars 33 forks source link

typo in README.md #46

Closed thatbirdguythatuknownot closed 2 years ago

thatbirdguythatuknownot commented 3 years ago

In the very last codeblock, at the first line, there is a missing parenthesis:

ast.Module(body=a or []
                       ^