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.
The runtime options.
the name of the file to read
the name of the file to write
See Implementation
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.