dpp.runtime.app

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

Members

Functions

preamble
string preamble()
Undocumented in source. Be warned that the author may not have intended to support it.
preprocess
void preprocess(from!"dpp.runtime.options".Options options, string inputFileName, string outputFileName)

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

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

The "real" main

Meta