@hackage fortran-src0.3.0
Parser and anlyses for Fortran standards 66, 77, 90 and 95.
Installation
Dependencies (13)
- GenericPretty >=1.2.2 && <2
- array >=0.5 && <0.6
- base >=4.6 && <5
- binary >=0.8.3.0 && <0.9
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.7 Show all…
Dependents (3)
@hackage/camfort, @hackage/fortran-vars, @hackage/fortran-src-extras
Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions. 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.