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
Lexing your passage shows that the lexer fails to lex to a TWhile, instead finding a TId _ "while". It appears to be because a TWhile can only be lexed following a TDo (whereas here it follows a TIntegerLiteral _ "200").
Fortran 90 standard allows the following kind of thing:
We can't parse a DO WHILE with a label in it yet. Should we allow this in F77 extended too as well as F90?
The text was updated successfully, but these errors were encountered: