fortran-src v0.4.2 Release Notes

Release Date: 2021-03-03 // about 3 years ago
    • FortranVersion from ParserMonad moved to its own module Language.Fortran.Version. ParserMonad will re-export it for now.
    • Version.deduceVersion renamed to deduceFortranVersion due to often being imported non-qualified. deduceVersion remains as an alias.
    • Provide a continuation reformatter in PrettyPrint. Runs on Strings and doesn't guarantee the output is a valid program, so not enabled by default.
    • Add a diff-like rewriter, similar to reprinter but uses replacements rather than an annotated AST.
    • Various internal de-duplication and changes.