Language.Fortran.Parser.Utils
Description
Simple module to provide functions that read Fortran literals
readReal :: String -> Maybe Double Source #
Convert a Fortran literal Real into a Haskell Double.
readInteger :: String -> Maybe Integer Source #
Convert a Fortran literal Integer into a Haskell Integer.