FLPR
FLPR copied to clipboard
FLPR: The Fortran Language Program Remodeling system
While working through the example code, I added Doxygen comments to caliper.cc and made several minor changes (rearranged exclusion logic, etc.). I don't believe there's any change in behavior regarding...
It would be nice to have an option to remove an unlabelled return statement immediately preceding a procedure END statement.
flpr-format has a stub implementation for a feature to elaborate external subprogram end statements into its full form (e.g. `END FUNCTION function-name`). This needs to be fleshed out.
Under `flpr-format -fi`, labels are not being formatted the same as in emacs: they should be left-justified
As an example of FLPR functionality, create an application that generates a module containing interface declarations for top-level procedures in a list of input files.