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

Bill Wendling isanbard at gmail.com
Mon Nov 7 21:22:54 PST 2011


Author: void
Date: Mon Nov  7 23:22:54 2011
New Revision: 144076

URL: http://llvm.org/viewvc/llvm-project?rev=144076&view=rev
Log:
Add Eero to the list of external projects.

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=144076&r1=144075&r2=144076&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov  7 23:22:54 2011
@@ -350,6 +350,22 @@
 </div>
   
 <!--=========================================================================-->
+<h3>Eero</h3>
+  
+<div>
+
+<p><a href="http://eerolanguage.org/">Eero</a> is a fully
+   header-and-binary-compatible dialect of Objective-C 2.0, implemented with a
+   patched version of the Clang/LLVM compiler. It features a streamlined syntax,
+   Python-like indentation, and new operators, for improved readability and
+   reduced code clutter. It also has new features such as limited forms of
+   operator overloading and namespaces, and strict (type-and-operator-safe)
+   enumerations. It is inspired by languages such as Smalltalk, Python, and
+   Ruby.</p>
+
+</div>
+
+<!--=========================================================================-->
 <h3>Glasgow Haskell Compiler (GHC)</h3>
   
 <div>





More information about the llvm-commits mailing list