ddmd.dmodule

Compiler implementation of the D programming language.

Members

Classes

Module
class Module
Package
class Package

Functions

lookForSourceFile
const(char)* lookForSourceFile(const(char)** path, const(char)* filename)

Look for the source file if it's different from filename. Look for .di, .d, directory, and along global.path. Does not open the file. Output: path the path where the file was found if it was not the current directory Input: filename as supplied by the user global.path

Structs

ModuleDeclaration
struct ModuleDeclaration

Meta

Source

See Source File
$(DMDSRC _dmodule.d)