cpphs

Safe HaskellNone

Language.Preprocessor.Cpphs.RunCpphs

Documentation

runCpphs :: CpphsOptions -> FilePath -> String -> IO String

runCpphsReturningSymTab :: CpphsOptions -> FilePath -> String -> IO (String, [(String, String)])