summaryrefslogtreecommitdiffstats
path: root/Parser/pegen/pegen.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-40750: Support -d flag in the new parser (GH-20340)Pablo Galindo2020-05-251-0/+1
* bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20...Lysandros Nikolaou2020-05-221-1/+2
* bpo-40334: Reproduce error message for type comments on bare '*' in the new p...Lysandros Nikolaou2020-05-181-2/+2
* bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)Pablo Galindo2020-05-151-0/+4
* bpo-40334: Always show the caret on SyntaxErrors (GH-20050)Lysandros Nikolaou2020-05-131-4/+21
* bpo-40334: Avoid collisions between parser variables and grammar variables (G...Pablo Galindo2020-05-101-1/+1
* bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)Lysandros Nikolaou2020-05-071-0/+1
* bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)Batuhan Taskaya2020-05-011-5/+6
* bpo-40334: Add support for feature_version in new PEG parser (GH-19827)Lysandros Nikolaou2020-05-011-1/+19
* bpo-40334: Support type comments (GH-19780)Guido van Rossum2020-04-301-7/+37
* bpo-40334: refactor and cleanup for the PEG generators (GH-19775)Pablo Galindo2020-04-291-1/+0
* bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)Pablo Galindo2020-04-271-4/+23
* bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)Pablo Galindo2020-04-231-0/+1
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+179