asar icon indicating copy to clipboard operation
asar copied to clipboard

`lda stringlength("?")` errors

Open trillllian opened this issue 9 months ago • 1 comments

god i hate this parser so much

Errors occurred while assembling.
<input>:2: error: (Einvalid_label_name): Invalid label name.
    in block: [lda stringlength("?")]

i narrowed it down to getlen() calling labelname() on the ?, and apparently tried a fix which didn't work but i don't remember why not

trillllian avatar Feb 19 '25 23:02 trillllian

fixed by math_ast 🥳

trillllian avatar Feb 28 '25 05:02 trillllian