fortran-src-0.1.0.6: Parser and anlyses for Fortran standards 66, 77, 90.

Safe HaskellNone
LanguageHaskell2010

Language.Fortran.Parser.Any

Synopsis

Documentation

after :: (b -> c) -> (t -> a -> b) -> t -> a -> c Source #

fortranParser :: Parser Source #

Deduce the type of parser from the filename and parse the contents of the file.

fortranParserWithModFiles :: ParserWithModFiles Source #

Deduce the type of parser from the filename and parse the contents of the file, within the context of given "mod files".