language-fortran-0.2.7: Fortran lexer and parser, language support, and extensions.
Language.Fortran.PreProcess
num :: ParsecT [Char] u Identity [Char] Source
small :: ParsecT [Char] u Identity Char Source
idchar :: ParsecT [Char] u Identity Char Source
ident :: ParsecT [Char] u Identity [Char] Source
spaces :: ParsecT [Char] u Identity [Char] Source
manyTillEnd :: ParsecT [tok] u Identity a -> GenParser tok u [a] -> ParsecT [tok] u Identity [a] Source
pre_parser :: Num t => [Maybe [Char]] -> ParsecT [Char] t Identity [Char] Source
end_or_start_do :: Num t => [Maybe [Char]] -> GenParser Char t [Char] Source
doBlock :: Num t => [Maybe [Char]] -> ParsecT [Char] t Identity [Char] Source
end_do :: Num t => [Maybe [Char]] -> ParsecT [Char] t Identity [Char] Source
continue_non_replace :: ParsecT [Char] u Identity String Source
continue :: ParsecT [Char] u Identity [Char] Source
end_do_marker :: ParsecT [Char] u Identity [Char] Source
numberedBlock :: ParsecT [Char] u Identity (Maybe [Char], [Char]) Source
newline' :: ParsecT [Char] u Identity [Char] Source
loop_control :: ParsecT [Char] u Identity [Char] Source
parseExpr :: String -> String -> String Source
pre_process :: String -> String Source
go :: FilePath -> IO String Source