This module implements the binary that is used to generate the build
in the case of the make, ninja and tup backends, i.e. it translates
D code into the respective output.
For the binary target this module implements the binary that actually
performs the build
Creates a build generator out of a module and a list of top-level targets.
This will define a function with the signature BuildbuildFunc() in
the calling module and a main entry point function for a command-line
executable.
This module implements the binary that is used to generate the build in the case of the make, ninja and tup backends, i.e. it translates D code into the respective output.
For the binary target this module implements the binary that actually performs the build