]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jun 2020 17:59:32 +0000 (10:59 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 17:59:32 +0000 (10:59 -0700)
commit98621817504add1e985e2526614921bbe0d24fb6
tree2887c29f6208b9d714e0dd736907fe2c29bfd3ae
parentc9f83c173b0cc62d6fcdc363e9ab05f6664ff8f3
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit 55460ee6dc9a4f16bd68d6b6be3a8398c7d4a596)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Lib/test/test_peg_generator/test_pegen.py
Tools/peg_generator/pegen/python_generator.py