]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactor parser compilation units into specific components (GH-29676)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 21 Nov 2021 01:08:50 +0000 (01:08 +0000)
committerGitHub <noreply@github.com>
Sun, 21 Nov 2021 01:08:50 +0000 (01:08 +0000)
commitc9c4444d9f11ae80c2c4cc7d40b6718419d81a97
tree5feef111609a1ecfe4b714e9f3ef62f3014c3552
parentf7638dd0f90b2afd9295ee179119f4a29859953a
Refactor parser compilation units into specific components (GH-29676)
Makefile.pre.in
PCbuild/_freeze_module.vcxproj
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Parser/action_helpers.c [new file with mode: 0644]
Parser/pegen.c
Parser/pegen.h
Parser/pegen_errors.c [new file with mode: 0644]
Tools/peg_generator/Makefile
Tools/peg_generator/pegen/build.py