The syntaxcheck feature in uPycraft is very nice, but as soon as it hits something it doesn't understand (like "async def" I can't check any code past that point.
`*TinyWebTest.py:15:5: invalid syntax
async def index(req, resp):
^
syntax finish.`
How can I fix this?