cpphsSource codeContentsIndex
Language.Preprocessor.Cpphs.MacroPass
PortabilityAll
Stabilityexperimental
MaintainerMalcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>
Description
Perform a cpp.second-pass, accumulating #define's and #undef's, whilst doing symbol replacement and macro expansion.
Synopsis
macroPass :: [(String, String)] -> BoolOptions -> [(Posn, String)] -> String
preDefine :: BoolOptions -> [(String, String)] -> SymTab HashDefine
defineMacro :: BoolOptions -> String -> (String, HashDefine)
Documentation
macroPassSource
:: [(String, String)]Pre-defined symbols and their values
-> BoolOptionsOptions that alter processing style
-> [(Posn, String)]The input file content
-> StringThe file after processing
Walk through the document, replacing calls of macros with the expanded RHS.
preDefine :: BoolOptions -> [(String, String)] -> SymTab HashDefineSource
Turn command-line definitions (from -D) into HashDefines.
defineMacro :: BoolOptions -> String -> (String, HashDefine)Source
Turn a string representing a macro definition into a HashDefine.
Produced by Haddock version 0.8