GitHub - snazzy-d/sdc: The Snazzy D Compiler
SDC - The Snazzy D Compiler
This is the home of a D compiler. SDC is at the moment, particularly
stupid; it is a work in progress. Feel free to poke around, but don't expect it
to compile your code.
The project currently provides a collection of tools:
sdc, the D compiler.
sdunit, an utility to run the unit tests in D modules.
sdfmt, a code formatter for D.
This compiler is based on libd for D code analysis. It uses LLVM and
libd-llvm for codegen and JIT CTFE. It uses libsdrt to support various
...
Read more at github.com