getCompiler

Returns a compiler handler for a given binary name.

The name will be compared against the canonical name of each registered compiler handler. If no match is found, the sub strings "dmd", "gdc" and "ldc", in this order, will be searched within the name. If this doesn't yield a match either, an exception will be thrown.

getCompiler
(
string name
)

Meta