summaryrefslogtreecommitdiffstats
path: root/development/ldc/README
blob: 1f3c111937853af305e44e990749d4f3431356e7 (plain)
1
2
3
4
5
6
The LDC project aims to provide a portable D programming language
compiler with modern optimization and code generation capabilities.
The compiler uses the official DMD frontend to support the latest D2
version and relies on the LLVM Core libraries for code generation.
LDC is fully Open Source; the parts of the code not taken/adapted from
other projects are BSD-licensed.