summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-03 20:10:01 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-03 20:10:01 +0000
commit55d6e6777dd213262b327b6093e5a0b72ff6157a (patch)
tree398f4834ff662f09ad4fd04c9c1a430e076d86b2 /docs
parente10233b668695f810688a8bc46c9399cae705484 (diff)
downloadllvm-55d6e6777dd213262b327b6093e5a0b72ff6157a.tar.gz
llvm-55d6e6777dd213262b327b6093e5a0b72ff6157a.tar.bz2
llvm-55d6e6777dd213262b327b6093e5a0b72ff6157a.tar.xz
Keep the Crack language as an external project.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8c94c7d120..73cbcf81b6 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -337,17 +337,17 @@ be used to verify some algorithms.
</div>
<!--=========================================================================-->
-<!-- FIXME: Comment out
<h3>Crack Programming Language</h3>
<div>
-<p>
-<a href="http://code.google.com/p/crack-language/">Crack</a> aims to provide the
-ease of development of a scripting language with the performance of a compiled
-language. The language derives concepts from C++, Java and Python, incorporating
-object-oriented programming, operator overloading and strong typing.</p>
+
+<p><a href="http://code.google.com/p/crack-language/">Crack</a> aims to provide
+ the ease of development of a scripting language with the performance of a
+ compiled language. The language derives concepts from C++, Java and Python,
+ incorporating object-oriented programming, operator overloading and strong
+ typing.</p>
+
</div>
--->
<!--=========================================================================-->
<h3>Glasgow Haskell Compiler (GHC)</h3>