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 2024-10-27:0.16.3
Latest on Hackage:0.16.3

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.