Files
micropython/py
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
..
2025-07-25 10:56:02 +10:00
2025-02-25 16:11:33 +11:00