FLPR icon indicating copy to clipboard operation
FLPR copied to clipboard

FLPR: The Fortran Language Program Remodeling system

Results 6 FLPR issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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.

enhancement

Under `flpr-format -fi`, `include` lines are not being reindented.

bug

Under `flpr-format -fi`, labels are not being formatted the same as in emacs: they should be left-justified

bug

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.

enhancement