Re: plans for the peg parser in pypy 3.9
Carl Friedrich Bolz-Tereick <[email protected]> Tue, 9 Nov 2021 18:29:10 +0100
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
On 07.11.21 20:40, Carl Friedrich Bolz-Tereick wrote: > - That said, I intend to keep the "parser" module functional for 3.9, > like CPython did. It will be removed (for us and for them) in 3.10. It seems that won't completely work. the module makes it possible to compile a concrete syntax tree to bytecode, which we can't do without keeping the old astbuilder around (which I don't want to do). So the .compile method on stnodes will be disabled. Cheers, Carl Friedrich