aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-08 05:22:54 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-08 05:22:54 +0000
commitb99486fa0259044551117429fdce72243bf06e9e (patch)
treeeb8d08fdb4839da604f2bf0f8972ec901dce3189 /docs/ReleaseNotes.html
parent0839033cbca20a1d1348bdf1c9f63fb263b248a6 (diff)
downloadexternal_llvm-b99486fa0259044551117429fdce72243bf06e9e.zip
external_llvm-b99486fa0259044551117429fdce72243bf06e9e.tar.gz
external_llvm-b99486fa0259044551117429fdce72243bf06e9e.tar.bz2
Add Eero to the list of external projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e0641ff..cddf588 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -350,6 +350,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>
<div>