From 02b77b790affe74ba9348a293bd0f79caf35cbac Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 26 Oct 2011 07:38:19 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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)

-- 2.34.1