camfort-1.2.0: CamFort - Cambridge Fortran infrastructure
Safe HaskellSafe-Inferred
LanguageHaskell2010

Camfort.Specification.Stencils.InferenceFrontend

Synopsis

Functions

stencilInference :: Bool -> Char -> ProgramFile SA -> StencilsAnalysis [LogLine] Source #

Attempt to convert a Specification into a Specification.

Only performs conversions for spatial specifications. specToSynSpec :: SpecInner -> Maybe Specification specToSynSpec spec = let ?renv = [] in case synToAst spec of Left _ -> Nothing Right x -> Just x

Main stencil inference code

report