cpython/Tools/peg_generator
Lysandros Nikolaou 02cdfc93f8
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Left-recursive rules need to check for errors explicitly, since
even if the rule returns NULL, the parsing might continue and lead
to long-distance failures.

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2020-10-31 20:31:41 +02:00
..
data
peg_extension
pegen bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) 2020-10-31 20:31:41 +02:00
scripts bpo-41043: Escape literal part of the path for glob(). (GH-20994) 2020-06-20 11:10:31 +03:00
.clang-format
.gitignore
Makefile
mypy.ini
pyproject.toml
requirements.pip