You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dhuebner The problem here is the symbolic label name:
terminal SYMBOLIC_LABEL_NAME: /\*[a-zA-Z]+?/;
I think *p_hPadding is interpreted as a token instead of a multiplication sign and operand.
I am not sure what we can do here. Maybe split the terminal and validate whether it is a symbolic label name or not. WDYT?
This is flagged as error, but whitespace is optional around mathematical operators:
The text was updated successfully, but these errors were encountered: