fortran-src
fortran-src copied to clipboard
Support USE statement in F77 source files
Can the ability to work with modern Fortran (like 90 or even 2003) in a fixed format be added?
Unlikely, it would be a lot of work and I'm not sure how much more code it would allow us to work with.
In any case, have you tried using the Fortran77Extended and Fortran77Legacy parsers?
In any case, have you tried using the Fortran77Extended and Fortran77Legacy parsers?
Yes, I have tried to do it, but it was not successful.