• Eli Bendersky's avatar
    Issue #19655: Replace the ASDL parser carried with CPython · 5e3d338a
    Eli Bendersky authored
    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.
    5e3d338a
asdl.py 12.5 KB