summaryrefslogtreecommitdiffstats
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-07-29 03:46:33 +0000
committerChris Lattner <sabre@nondot.org>2008-07-29 03:46:33 +0000
commit6bd2d277e9bbbf911d8597a2b12fae2369a48190 (patch)
treeb615c95e7baa91bafb1bd148dbef0a50f8ff20b0 /www/get_involved.html
parent26bc8332d14c07f179d338c5c52b20514196d42a (diff)
add a crazy idea
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index 75c5e8b4d4..712c0e73bb 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -133,6 +133,12 @@ The former can be improved to scale better and be more efficient. The later
could also be faster and more efficient at reducing C-family programs if built
on the clang preprocessor.</li>
+<li><b>Use clang libraries to extend Ragel with a JIT</b>: <a
+href="http://research.cs.queensu.ca/~thurston/ragel/">Ragel</a> is a state
+machine compiler that lets you embed C code into state machines and generate
+C code. It would be relatively easy to turn this into a JIT compiler using
+LLVM.</li>
+
</ul>
<p>If you hit a bug with clang, it is very useful for us if you reduce the code