Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Parser for the Futhark core language.
Synopsis
- parseSOACS :: FilePath -> Text -> Either Text (Prog SOACS)
- parseGPU :: FilePath -> Text -> Either Text (Prog GPU)
- parseGPUMem :: FilePath -> Text -> Either Text (Prog GPUMem)
- parseMC :: FilePath -> Text -> Either Text (Prog MC)
- parseMCMem :: FilePath -> Text -> Either Text (Prog MCMem)
- parseSeq :: FilePath -> Text -> Either Text (Prog Seq)
- parseSeqMem :: FilePath -> Text -> Either Text (Prog SeqMem)
- parseDeclExtType :: FilePath -> Text -> Either Text DeclExtType
- parseDeclType :: FilePath -> Text -> Either Text DeclType