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
It seems that (integer)(identifier) is getting parsed as (integer), (identifier), effectively disposing the integer. None of these should pass the lexing stage, except in the case where there is whitespace between the two (both are valid tokens individually)
The text was updated successfully, but these errors were encountered:
Inputs:
Expected Outputs:
Actual Outputs:
It seems that
(integer)(identifier)
is getting parsed as(integer), (identifier)
, effectively disposing the integer. None of these should pass the lexing stage, except in the case where there is whitespace between the two (both are valid tokens individually)The text was updated successfully, but these errors were encountered: