Fix 7807 (#7820)
Commit a8c7947 removed the old parser after the new one had taken
over, but the ability to use `mypy.parse` as a script for dumping
parse trees was also removed, perhaps by accident. This commit adds
that functionality back as a script under `misc/`.
This is work towards #7807. What remains is editing the wiki accordingly.