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
Unlike gfortran, fortran-src is not a compiler, it's a frontend with emphasis on lexing, parsing, and syntactic manipulations.
It does know about name resolution as it has a dataflow analyses builtin, but it assumes that you start with a legal program. It would be very nice if we had a more suspicious name resolution procedure but at the moment we don't.
If you want to work on that, I'm sure @mrd can give you some pointers.
The following code should lead to an error of Fortran 90 lexer, but it does not:
The text was updated successfully, but these errors were encountered: