summaryrefslogtreecommitdiff
path: root/Include/parser_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)Lysandros Nikolaou2020-06-221-0/+52
Rename PyPegen* functions to PyParser*, so that we can remove the old set of PyParser* functions that were using the old parser.