commands.featurecount

Undocumented in source.

Members

Classes

FeatureCountVisitor
class FeatureCountVisitor

Walks the semantic time AST, parse time is apparently not enough (e.g. needs sema to have everything)

Functions

cToD
string cToD(char* x)

Sorry god, utility function because dmd works in terms of c strings due to extern(C++) limitations

command
auto command(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultImportPaths
string[] defaultImportPaths(string dlangDir)

Stolen from J.C.'s thing in github/dmd, gets the default dmd import paths on a system

Meta