@hackage fortran-src0.1.0.3
Parser and anlyses for Fortran standards 66, 77, 90.
Categories
License
Apache-2.0
Maintainer
me@madgen.net
Links
Versions
Installation
Dependencies (10)
- GenericPretty >=1.2
- array >=0.5
- base >=4.6 && <5
- bytestring >=0.10
- containers >=0.5
- fgl 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.