Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@raehik raehik released this 15 Feb 11:26
  • 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.