we-like-parsers / pegen

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

Add a special SOFT_KEYWORD rule allowing to match any soft keyword #21

Closed MatthieuDartiailh closed 3 years ago

MatthieuDartiailh commented 3 years ago

This is used once in the Python parser for error reporting.