Software to clean up Fortran 77 code. Highly configurable Fortran program to indent and renumber statements, selectively change case of keywords or non-keywords, and do various other clean-up tasks on FORTRAN 77 source programs. TIDY can convert some ...
32-bit Windows console application to assist in the reverse engineering of Fortran 77 programs. Caller generates call trees and variable lists. The output is in either text or HTML for easy linked navigation. Caller can optionally annotate the call tr...
FFT builds an internal representation of the function call hierarchy relations in Fortran 77 code. Several features and options allow the user to customize the generated hierarchy tree chart output and to get a large set of useful information about th...
Fortran parser based on the parser of the g95 compiler. It outputs Fortran source code syntax and form description in XML format. It includes an Apache+mod_perl source code browser.
Analyzes Fortran source code and flags "hot spots, " code that is executed most often, and "cold spots, " code that is never executed. Designed for Fortran 90/95, but also works with fixed format Fortran 77 code. [Free]