@hackage fortran-src0.2.0.0
Parser and anlyses for Fortran standards 66, 77, 90.
Categories
License
Apache-2.0
Maintainer
me@madgen.net
Links
Versions
Installation
Dependencies (13)
- GenericPretty >=1.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.6 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, 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.