we-like-parsers / pegen

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

Improved syntax error #64

Closed MatthieuDartiailh closed 2 years ago

MatthieuDartiailh commented 2 years ago

This is based on #41 but add the changes from:

With this pegen will be up to date on syntax error reporting with 3.11 After the 3.11 beta freeze we can add support for except * and PEP 646 and we will be up to date with 3.11 grammar

MatthieuDartiailh commented 2 years ago

This is ready for review and can be merged as soon as #41 go in.

pablogsal commented 2 years ago

This needs rebasing I think @MatthieuDartiailh

MatthieuDartiailh commented 2 years ago

Will do ASAP

MatthieuDartiailh commented 2 years ago

done