mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Simplify the peg generator logic by extracting as much visitors as possible to disentangle the flow and separate concerns. |
||
|---|---|---|
| .. | ||
| asdl.py | ||
| asdl_c.py | ||
| myreadline.c | ||
| parser.c | ||
| peg_api.c | ||
| pegen.c | ||
| pegen.h | ||
| Python.asdl | ||
| string_parser.c | ||
| string_parser.h | ||
| token.c | ||
| tokenizer.c | ||
| tokenizer.h | ||