fortran-src

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

Version on this page:0.1.0.4
LTS Haskell 23.19:0.16.3
Stackage Nightly 2024-12-09:0.16.3
Latest on Hackage:0.16.5

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.