std.compiler
Source:std/compiler.d
Authors:
Walter Bright, www.digitalmars.com
License:
Public Domain
- const string name;
- Vendor specific string naming the compiler, for example: "Digital Mars D".
- enum Vendor;
- Master list of D compiler vendors.
- 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.