diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-11-08 05:22:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-11-08 05:22:54 +0000 |
commit | b33bd11c71e3eaa647a2ea8dacdaf9750b9440f9 (patch) | |
tree | bad200170d72847c68136b8880cfdc33dbdcdc43 | |
parent | e4d7723b87fa480db6aa314b591f61a26b1f3278 (diff) | |
download | bcm5719-llvm-b33bd11c71e3eaa647a2ea8dacdaf9750b9440f9.tar.gz bcm5719-llvm-b33bd11c71e3eaa647a2ea8dacdaf9750b9440f9.zip |
Add Eero to the list of external projects.
llvm-svn: 144076
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index e0641ff40d9..cddf5882f1a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |