diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-19 23:39:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-19 23:39:16 +0800 |
commit | 0c34a4ccbcc3083ea0ded85719209c83d1b785f3 (patch) | |
tree | 9b9a8672d7e66443e0be64051787c208278a0687 /lang/Makefile | |
parent | 41224bb4b49082e1e634bf45d54a6714b4e7f906 (diff) | |
download | freebsd-ports-gnome-0c34a4ccbcc3083ea0ded85719209c83d1b785f3.tar.gz freebsd-ports-gnome-0c34a4ccbcc3083ea0ded85719209c83d1b785f3.tar.zst freebsd-ports-gnome-0c34a4ccbcc3083ea0ded85719209c83d1b785f3.zip |
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
PR: ports/149798
Submitted by: Ruben <chromium at hybridsource.org>
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index df6d31581de1..e8d0db6de584 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -147,6 +147,7 @@ SUBDIR += klone SUBDIR += kroc SUBDIR += lafontaine + SUBDIR += ldc-devel SUBDIR += libhx SUBDIR += libjit SUBDIR += librep |