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.
Showing
This diff is collapsed.
Parser/spark.py
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment