fortran-src

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

Version on this page:0.1.0.2
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

Apache-2.0 licensed by Mistral Contrastin, Matthew Danish, Dominic Orchard, Andrew Rice
Maintained by [email protected]
This version can be pinned in stack with:fortran-src-0.1.0.2@sha256:c0d5f6fb847c4e2d691c8b25ed76bd15eb75e22b7ff058c78448f5675b1d0f4e,3564
Used by 1 package in nightly-2016-08-06(full list with versions):

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.