Add the Stupid D Compiler to the External Projects list.
authorBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 07:38:19 +0000 (07:38 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 07:38:19 +0000 (07:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143020 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index ce4d4bcb0d39d803abe70613fc6a62b2d6d24452..10cd0025a0b692079e7ba514b5d1c42713cd5f81 100644 (file)
@@ -451,6 +451,17 @@ object-oriented programming, operator overloading and strong typing.</p>
 
 </div>
 
+<!--=========================================================================-->
+<h3>The Stupid D Compiler (SDC)</h3>
+
+<div>
+
+<p><a href="https://github.com/bhelyer/SDC">The Stupid D Compiler</a> is a
+   project seeking to write a self-hosting compiler for the D programming
+   language without using the frontend of the reference compiler (DMD).</p>
+
+</div>
+
 <!--=========================================================================-->
 <h3>TTA-based Co-design Environment (TCE)</h3>