fortran-src v0.9.0 Release Notes

Release Date: 2022-02-14 // over 2 years ago
    • Restructure parsing-related modules for code deduplication and better user experience.
      • Now all user-facing parsers and the combinators to create them are in a single module at Language.Fortran.Parser.
      • The Happy parsers have fewer dependencies, so should no longer require a recompile due to apparently unrelated changes.
    • Remove some deprecated shims (from the restructured modules).
    • Merge fortran-src-extras Language.Fortran.Extras.ModFiles.Extras module into Language.Fortran.Util.ModFile.