preprocess

Preprocesses a quasi-D file, expanding #include directives inline while translating all definitions, and redefines any macros defined therein.

The output is a valid D file that can be compiled.

void
preprocess
(
File
)
(
in from!"dpp.runtime.options".Options options
,
in string inputFileName
,
in string outputFileName
)

Parameters

options
Type: from!"dpp.runtime.options".Options

The runtime options.

Meta