language-c-0.8.3: Analysis and generation of C code
Copyright(c) 2008 Benedikt Huber
LicenseBSD-style
Maintainerbenedikt.huber@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Language.C.System.GCC

Description

Invoking gcc for preprocessing and compiling.

Synopsis

Documentation

data GCC #

GCC represents a reference to the gcc compiler

Instances

Instances details
Preprocessor GCC # 
Instance details

Defined in Language.C.System.GCC

Methods

parseCPPArgs :: GCC -> [String] -> Either String (CppArgs, [String]) #

runCPP :: GCC -> CppArgs -> IO ExitCode #

newGCC :: FilePath -> GCC #

create a reference to gcc