SIGN IN SIGN UP

bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)

- Switch from getopt to argparse.
- Removed the limitation of not being able to produce both C and H simultaneously.

This will make it run faster since it parses the asdl definition once and uses the generated tree to generate both the header and the C source.
B
Batuhan Taskaya committed
63b8e0cba3d43e53a8dd8878ee1443c8427f462d
Parent: 7b7a21b
Committed by GitHub <noreply@github.com> on 5/18/2020, 5:42:10 PM