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
Additionally, this lack of restrictions around underscores creates an ambiguity when used with floating point exponents:
1_000_e+1
SemLiterals interprets this as if e+1 were a type suffix, which it obviously isn't.
Also, maybe there needs to be a better way of specifying the digit part and the suffix part, directly from the lexer?
The text was updated successfully, but these errors were encountered:
This should not be allowed:
Additionally, this lack of restrictions around underscores creates an ambiguity when used with floating point exponents:
SemLiterals
interprets this as ife+1
were a type suffix, which it obviously isn't.Also, maybe there needs to be a better way of specifying the digit part and the suffix part, directly from the lexer?
The text was updated successfully, but these errors were encountered: