dmd

Digital Mars D compiler for compiling D programming language code

brewmacoslinux
Try with needOr install directly
Source

About

Digital Mars D compiler

Commands

dmdrdmd

Examples

Compile a D source file to an executable$ dmd hello.d -of=hello
Compile and run a D script directly$ rdmd script.d
Compile with optimizations enabled$ dmd main.d -O -release