we-like-parsers / cpython

Here we work on integrating pegen into CPython; use branch 'pegen'
https://github.com/gvanrossum/pegen
Other
1 stars 0 forks source link

Copy the many fixes from #96, without the essence #115

Closed gvanrossum closed 4 years ago

gvanrossum commented 4 years ago

This will make #96 much simpler to review etc.

The one thing we don't copy (i.e. the essence) is the change to pythonrun.c that actually uses pegen if use_peg is set.