]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19655: Replace the ASDL parser carried with CPython
authorEli Bendersky <eliben@gmail.com>
Sat, 10 May 2014 00:58:22 +0000 (17:58 -0700)
committerEli Bendersky <eliben@gmail.com>
Sat, 10 May 2014 00:58:22 +0000 (17:58 -0700)
commit5e3d338a741682e82adbb8c6978bf157b9d0d884
tree26d58d2dec39a9f3d6a598b934f2add8e2be6e13
parent732ac654c8a3e5f9048a53efaee7380e1775a630
Issue #19655: Replace the ASDL parser carried with CPython

The new parser does not rely on Spark (which is now removed from our repo),
uses modern 3.x idioms and is significantly smaller and simpler.

It generates exactly the same AST files (.h and .c), so in practice no builds
should be affected.
Misc/NEWS
Parser/asdl.py
Parser/asdl_c.py
Parser/spark.py [deleted file]