[llvm-commits] [llvm] r143643 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Thu Nov 3 13:10:02 PDT 2011


Author: void
Date: Thu Nov  3 15:10:01 2011
New Revision: 143643

URL: http://llvm.org/viewvc/llvm-project?rev=143643&view=rev
Log:
Keep the Crack language as an external project.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143643&r1=143642&r2=143643&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Nov  3 15:10:01 2011
@@ -337,17 +337,17 @@
 </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>





More information about the llvm-commits mailing list