1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Keep the Crack language as an external project.

llvm-svn: 143643
This commit is contained in:
Bill Wendling 2011-11-03 20:10:01 +00:00
parent 1ab272adac
commit eba64d902b

View File

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