|
|
|
| Description |
| This module provides an interface to ROSE's frontend and backend
|
|
| Synopsis |
|
|
|
| Documentation |
|
| frontend :: [String] -> IO (SgProject ()) |
| Calls the ROSE frontend with the given command line arguments and returns an SgProject object representing the resultant IR.
|
|
| backend :: Typeable a => SgProject a -> IO ExitCode |
| Calls the ROSE backend. The ROSE backend uses the given IR to produce unparsed source code files, invokes the system compiler on these source code files and returns its return code.
|
|
| Produced by Haddock version 2.4.2 |