diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-26 07:38:19 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:16 -0800 |
commit | b1bc8c3abf99b51ac1915633f785c4c419ca6431 (patch) | |
tree | 65dad194b18fc146e2677720777b630dcf715b58 /docs | |
parent | eb360aeb03307e598401d29e8d454f794090974f (diff) | |
download | external_llvm-b1bc8c3abf99b51ac1915633f785c4c419ca6431.zip external_llvm-b1bc8c3abf99b51ac1915633f785c4c419ca6431.tar.gz external_llvm-b1bc8c3abf99b51ac1915633f785c4c419ca6431.tar.bz2 |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ce4d4bc..10cd002 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -452,6 +452,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> <div> |