1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Add Cling to the External Projects list.

llvm-svn: 143267
This commit is contained in:
Bill Wendling 2011-10-29 01:10:01 +00:00
parent 7c9bef9ba8
commit f102657a93

View File

@ -322,6 +322,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>