diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-15 20:47:23 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-15 20:47:23 +0000 |
commit | ed0ab54d365f3f34f37d2f7cd5dfe214ccbff3d5 (patch) | |
tree | 7585f39716ad1b8d0577f3e2db6cff767284e3b1 /docs | |
parent | e545c4e45d989bcb3e6d18e090f417fd41fb9c63 (diff) | |
download | external_llvm-ed0ab54d365f3f34f37d2f7cd5dfe214ccbff3d5.zip external_llvm-ed0ab54d365f3f34f37d2f7cd5dfe214ccbff3d5.tar.gz external_llvm-ed0ab54d365f3f34f37d2f7cd5dfe214ccbff3d5.tar.bz2 |
Add blurb for Crack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 113ce93..09446c9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -273,6 +273,18 @@ Release Notes</a>.</h1> a lot of other language and tools projects. This section lists some of the projects that have already been updated to work with LLVM 3.1.</p> +<h3>Crack</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> + +</div> + <h3>FAUST</h3> <div> |