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
This commit is contained in:
Bill Wendling 2011-10-26 07:38:19 +00:00
parent de39d86f26
commit 02b77b790a

View 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>