mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
The compiler is not picky right now, but these are actually all syntax errors: - await is only valid in an async function - async functions that use yield are actually async generators (a construct not supported by the compiler right now)