flocc-pffb

Stabilityexperimental
Maintainerdeveloper@flocc.net
Safe HaskellNone

Compiler.Front.Front

Description

For more information please see http://www.flocc.net/

Synopsis

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.