www.digitalmars.com
Last update Mon Jun 19 20:51:24 2006

std.compiler

Authors:
Walter Bright, www.digitalmars.com

License:
Public Domain

const char[] name;
Vendor specific string naming the compiler, for example: "Digital Mars D".

enum Vendor;
Master list of D compiler vendors.

DigitalMars
Digital Mars

const Vendor vendor;
Which vendor produced this compiler.

const uint version_major;
const uint version_minor;
The vendor specific version number, as in version_major.version_minor

const uint D_major;
The version of the D Programming Language Specification supported by the compiler.