fortran-src-0.8.0: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
Safe HaskellNone
LanguageHaskell2010

Language.Fortran.Transformer

Synopsis

Documentation

defaultTransformations :: FortranVersion -> [Transformation] Source #

The default post-parse AST transformations for each Fortran version.

Note that some of these may not be commutative with each other. Specifically, the DO groupings are written so labeled (nonblock) DO grouping must occur first, followed by block DO grouping.