From: Bill Wendling Date: Wed, 26 Oct 2011 07:38:19 +0000 (+0000) Subject: Add the Stupid D Compiler to the External Projects list. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=02b77b790affe74ba9348a293bd0f79caf35cbac;p=oota-llvm.git Add the Stupid D Compiler to the External Projects list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143020 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ce4d4bcb0d3..10cd0025a0b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -451,6 +451,17 @@ object-oriented programming, operator overloading and strong typing.

+ +

The Stupid D Compiler (SDC)

+ +
+ +

The Stupid D Compiler is a + project seeking to write a self-hosting compiler for the D programming + language without using the frontend of the reference compiler (DMD).

+ +
+

TTA-based Co-design Environment (TCE)