fortran-src

Parser and anlyses for Fortran standards 66, 77, 90.

Version on this page:0.1.0.4
LTS Haskell 20.26:0.12.0
Stackage Nightly 2023-04-28:0.13.0
Latest on Hackage:0.15.1

See all snapshots fortran-src appears in

Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, and Fortran 90. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the camfort project, which uses fortran-src as its front end.