fortran-src icon indicating copy to clipboard operation
fortran-src copied to clipboard

Support USE statement in F77 source files

Open foxtran opened this issue 5 years ago • 2 comments

Can the ability to work with modern Fortran (like 90 or even 2003) in a fixed format be added?

foxtran avatar Jan 10 '20 00:01 foxtran

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?

madgen avatar Jan 10 '20 10:01 madgen

In any case, have you tried using the Fortran77Extended and Fortran77Legacy parsers?

Yes, I have tried to do it, but it was not successful.

foxtran avatar Jan 10 '20 10:01 foxtran