summaryrefslogtreecommitdiffstats
path: root/Tools/peg_generator/pegen/c_generator.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH...Pablo Galindo2020-07-061-1/+1
* [3.9] Include soft keywords in keyword.py (GH-20877). (GH-20880)Pablo Galindo2020-06-151-0/+2
* [3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)Lysandros Nikolaou2020-05-271-5/+28
* bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not d...Miss Islington (bot)2020-05-251-1/+1
* bpo-40750: Support -d flag in the new parser (GH-20340)Miss Islington (bot)2020-05-251-24/+60
* bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20...Miss Islington (bot)2020-05-241-2/+2
* Fix debug output in PEG parser generator (GH-20308)Miss Islington (bot)2020-05-221-3/+3
* [3.9] Fix typing problems reported by mypy in pegen (GH-20297) (GH-20300)Pablo Galindo2020-05-211-26/+25
* bpo-40661: Fix segfault when parsing invalid input (GH-20165)Lysandros Nikolaou2020-05-181-8/+9
* bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003)Lysandros Nikolaou2020-05-171-21/+12
* bpo-40334: Avoid collisions between parser variables and grammar variables (G...Pablo Galindo2020-05-101-78/+82
* bpo-40555: Check for p->error_indicator in loop rules after the main loop is ...Pablo Galindo2020-05-081-1/+1
* bpo-40334: Generate comments in the parser code to improve debugging (GH-19966)Pablo Galindo2020-05-061-0/+14
* Clean up unused imports for the peg generator module (GH-19891)Anthony Shaw2020-05-041-1/+1
* bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)Pablo Galindo2020-05-011-1/+2
* bpo-40334: Simplify type handling in the PEG c_generator (GH-19818)Pablo Galindo2020-05-011-33/+23
* bpo-40334: refactor and cleanup for the PEG generators (GH-19775)Pablo Galindo2020-04-291-110/+208
* bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...Pablo Galindo2020-04-281-13/+24
* bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)Pablo Galindo2020-04-271-1/+9
* bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)Pablo Galindo2020-04-231-1/+3
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+605