dpp.runtime.app

Code to make the executable do what it does at runtime.

Members

Functions

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

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

run
void run(in from!"dpp.runtime.options".Options options)

The "real" main

Meta