cpphsSource codeContentsIndex
Main
Synopsis
version :: String
main :: IO ()
parseOptions :: [String] -> Either String ([CpphsOption], [FilePath], [FilePath])
execute :: [CpphsOption] -> Maybe FilePath -> Maybe FilePath -> IO ()
Documentation
version :: StringSource
main :: IO ()Source
parseOptions :: [String] -> Either String ([CpphsOption], [FilePath], [FilePath])Source
Parse the list of options. Return either Right (options, input files, output files) or Left invalid flag
execute :: [CpphsOption] -> Maybe FilePath -> Maybe FilePath -> IO ()Source
Execute the preprocessor, using the given options; an output path; and an input path. If the filepath is Nothing then default to stdout/stdin as appropriate.
Produced by Haddock version 0.8