Files
micropython/py/compile.c
Jeff Epler 9728538c3a py/compile: Throw SyntaxError instead of asserting.
This condition corresponds to invalid asm code like
```
@micropython.asm_rv32
def l():
    a=di(a2, a2, -1)
```
and possibly other forms where nodes[0] is not a STRUCT.

Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-09-10 07:46:06 -05:00

146 KiB