mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Simplify the peg generator logic by extracting as much visitors as possible to disentangle the flow and separate concerns.
This commit is contained in:
parent
28264269de
commit
b01fd533fe
13 changed files with 419 additions and 415 deletions
334
Parser/parser.c
334
Parser/parser.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue