Add support for top-level await

We can extend the CLI of the asyncio module to run files:

python -m asyncio myscript.py arg1 arg2

Currently it works only as REPL.

4 Likes