fortran-src: Parser and anlyses for Fortran standards 66, 77, 90.
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.
Modules
- Language
- Fortran
- Language.Fortran.AST
- Language.Fortran.Analysis
- Language.Fortran.Analysis.BBlocks
- Language.Fortran.Analysis.DataFlow
- Language.Fortran.Analysis.Renaming
- Language.Fortran.Analysis.Types
- Lexer
- Language.Fortran.Lexer.FixedForm
- Language.Fortran.Lexer.FreeForm
- Parser
- Language.Fortran.Parser.Any
- Language.Fortran.Parser.Fortran66
- Language.Fortran.Parser.Fortran77
- Language.Fortran.Parser.Fortran90
- Language.Fortran.ParserMonad
- Transformation
- Disambiguation
- Language.Fortran.Transformation.Disambiguation.Function
- Language.Fortran.Transformation.Grouping
- Language.Fortran.Transformation.TransformMonad
- Disambiguation
- Language.Fortran.Transformer
- Util
- Language.Fortran.Util.FirstParameter
- Language.Fortran.Util.Position
- Language.Fortran.Util.SecondParameter
- Fortran
Downloads
- fortran-src-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.6, 0.2.0.0, 0.2.1.1, 0.3.0, 0.4.0, 0.4.2, 0.4.3, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.16.2, 0.16.3 |
---|---|
Dependencies | array (>=0.5), base (>=4.6 && <5), bytestring (>=0.10), containers (>=0.5), fgl, GenericPretty (>=1.2), mtl (>=2.2), pretty (>=1.1), text (>=1.2), uniplate (>=1.6) [details] |
License | Apache-2.0 |
Author | Mistral Contrastin, Matthew Danish, Dominic Orchard, Andrew Rice |
Maintainer | me@madgen.net |
Category | Language |
Source repo | head: git clone https://github.com/camfort/fortran-src |
Uploaded | by DominicOrchard at 2016-07-14T08:21:51Z |
Distributions | LTSHaskell:0.16.3 |
Reverse Dependencies | 3 direct, 1 indirect [details] |
Executables | fortran-src |
Downloads | 9372 total (36 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2016-11-22 [all 1 reports] |