dmd.compiler

Describes a back-end compiler and implements compiler-specific actions.

Members

Static variables

compiledImports
Modules compiledImports;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
includeImports
bool includeImports;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
includeModulePatterns
Array!(const(char)*) includeModulePatterns;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
rootHasMain
Module rootHasMain;

Module in which the D main is

Structs

Compiler
struct Compiler

A data structure that describes a back-end compiler and implements compiler-specific actions.

Meta