Add Eero to the list of external projects.
authorBill Wendling <isanbard@gmail.com>
Tue, 8 Nov 2011 05:22:54 +0000 (05:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 8 Nov 2011 05:22:54 +0000 (05:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144076 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index e0641ff40d9260c9f7c2cae9fb1c9c170df01758..cddf5882f1a6684db266e0e8810ac54633404ba1 100644 (file)
@@ -349,6 +349,22 @@ be used to verify some algorithms.
 
 </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>