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
See camfort/fortran-src#293. I tried reproducing the issue with 2.0.2 but failed to do so. I have an idea what has gone wrong: The error indicates that the Lexer emits a token that was not announced to happy via a %token declaration. Rather than panicking we should simply emit a parse error, like we used to (I think).
The text was updated successfully, but these errors were encountered:
See camfort/fortran-src#293. I tried reproducing the issue with 2.0.2 but failed to do so. I have an idea what has gone wrong: The error indicates that the Lexer emits a token that was not announced to happy via a
%token
declaration. Rather than panicking we should simply emit a parse error, like we used to (I think).The text was updated successfully, but these errors were encountered: