diff options
Diffstat (limited to 'development/ldc/README')
-rw-r--r-- | development/ldc/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/ldc/README b/development/ldc/README new file mode 100644 index 000000000000..1f3c11193785 --- /dev/null +++ b/development/ldc/README @@ -0,0 +1,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. |