Add clReflect to the External Projects list.
llvm-svn: 143041
This commit is contained in:
parent
4d9c8e5f31
commit
5ee37be14f
|
|
@ -315,6 +315,20 @@ be used to verify some algorithms.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--=========================================================================-->
|
||||||
|
<h3>clReflect</h3>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<p><a href="https://bitbucket.org/dwilliamson/clreflect">clReflect</a> is a C++
|
||||||
|
parser that uses clang/LLVM to derive a light-weight reflection database
|
||||||
|
suitable for use in game development. It comes with a very simple runtime
|
||||||
|
library for loading and querying the database, requiring no external
|
||||||
|
dependencies (including CRT), and an additional utility library for object
|
||||||
|
management and serialisation.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<!--=========================================================================-->
|
<!--=========================================================================-->
|
||||||
<!-- FIXME: Comment out
|
<!-- FIXME: Comment out
|
||||||
<h3>Crack Programming Language</h3>
|
<h3>Crack Programming Language</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue