we-like-parsers / pegen

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

Clean utils and install #59

Closed MatthieuDartiailh closed 2 years ago

MatthieuDartiailh commented 2 years ago

This move the re-usable bits from tests.utils to pegen.utils and remove the duplication of a large number of them from web.py. It also clean the dependencies in setup.py (like #58 but does not introduce the script).