Stability | experimental |
---|---|
Maintainer | developer@flocc.net |
Safe Haskell | None |
For more information please see http://www.flocc.net/
Documentation
parseSrc :: Monad m => [(String, Idx)] -> String -> IdxMonad m Expr
parseSrc path. Returns the AST for the source code.
parseSrcFile :: [(String, Idx)] -> FilePath -> IdxMonad IO Expr
parseSrcFile path. Reads the contents of the file |at path, and returns it's AST.
testParseSrcFile :: FilePath -> IO Expr