mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
Rename PyPegen* functions to PyParser*, so that we can remove the old set of PyParser* functions that were using the old parser. |
||
|---|---|---|
| .. | ||
| 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 | ||