Relative Content

Tag Archive for fortranlintersyntax-checking

Check syntax of single fortran file

I am working with a large fortran codebase, and am making changes to one file in this. The build system is complex, must be run on a certain non-local computer, and is time consuming. I would like to check the syntax of the single fortran file I am editing, without having to do a full compile. What tools exist for doing this? Tool must be easily installable and runnable on linux.