mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
583f002c3f
frontend and uses LLVM as the backend. LLVM provides a fast and modern backend for high quality code generation. LDC is released under a BSD license with exceptions for the DMD frontend and code from GDC. The development takes place mostly on x86-32 and x86-64 Linux and that is where LDC works best. Support for other platforms and architectures is under development, but we are still looking for people to help test and adjust LDC for those platforms! LDC already compiles a lot of D code, but should still be considered beta quality. Take a look at the tickets to get a better impression of what still needs to be implemented. WWW: http://www.dsource.org/projects/ldc PR: ports/149798 Submitted by: Ruben <chromium at hybridsource.org> Approved by: tabthorpe (co-mentor)
16 lines
752 B
Plaintext
16 lines
752 B
Plaintext
LDC is a compiler for the D programming Language. It is based on the DMD
|
|
frontend and uses LLVM as the backend. LLVM provides a fast and modern backend
|
|
for high quality code generation. LDC is released under a BSD license with
|
|
exceptions for the DMD frontend and code from GDC.
|
|
|
|
The development takes place mostly on x86-32 and x86-64 Linux and that is where
|
|
LDC works best. Support for other platforms and architectures is under
|
|
development, but we are still looking for people to help test and adjust LDC
|
|
for those platforms!
|
|
|
|
LDC already compiles a lot of D code, but should still be considered beta
|
|
quality. Take a look at the tickets to get a better impression of what still
|
|
needs to be implemented.
|
|
|
|
WWW: http://www.dsource.org/projects/ldc
|