Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
Parse a module.
The result AST is printed to stdout
.
Any errors are thrown in the ExceptT
monad.
This function handle fragments of Disciple Core, as well as Source Tetra modules. The language to use is determined by inspecting the file name extension.
cmdParseSourceTetraFromFile Source
Parse a Disciple Source Tetra module from a file.
The result AST is printed to stdout
.
Any errors are thrown in the ExceptT
monad.