aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Parser/peg_api.c
Commit message (Expand)AuthorAge
* gh-110805: Allow the repl to show source code and complete tracebacks (#110775)Pablo Galindo Salgado2023-10-13
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-11
* bpo-43244: Remove parser_interface.h header file (GH-25001)Victor Stinner2021-03-24
* bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)Nicholas Sim2021-02-19
* bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)Lysandros Nikolaou2020-06-22
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-11