diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-29 01:10:01 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:28 -0800 |
commit | 6e846019b85c63bb79f0d5f4caa755150d9fac86 (patch) | |
tree | e17450d34b3775755d5b2c94a92bb89828a875ed /docs | |
parent | 63ae3274582c7a1aab70abd1a9562eca4e7697e3 (diff) | |
download | external_llvm-6e846019b85c63bb79f0d5f4caa755150d9fac86.zip external_llvm-6e846019b85c63bb79f0d5f4caa755150d9fac86.tar.gz external_llvm-6e846019b85c63bb79f0d5f4caa755150d9fac86.tar.bz2 |
Add Cling to the External Projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index acd7dc0..8adf813 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -323,6 +323,20 @@ be used to verify some algorithms. </div> <!--=========================================================================--> +<h3>Cling C++ Interpreter</h3> + +<div> + +<p><a href="http://cern.ch/cling">Cling</a> is an interactive compiler interface + (aka C++ interpreter). It uses LLVM's JIT and clang; it currently supports + C++ and C. It has a prompt interface, runs source files, calls into shared + libraries, prints the value of expressions, even does runtime lookup of + identifiers (dynamic scopes). And it just behaves like one would expect from + an interpreter.</p> + +</div> + +<!--=========================================================================--> <!-- FIXME: Comment out <h3>Crack Programming Language</h3> |