Open joshring opened 2 weeks ago
That one is hard. picoev_loop
will be understood to be a macro parameter name, so it could only be followed by =
, ,
or )
Q: would a macro parameter be unexpected in a function parameter list? could that be an error itself?
It's usually resolved in semantic checking.
So essentially I don't know if there is a great way to resolve this.
I expected it to determine
picoev_loop
was not a valid type, but I got this error instead: