]> granicus.if.org Git - clang/commitdiff
add a crazy idea
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jul 2008 03:46:33 +0000 (03:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jul 2008 03:46:33 +0000 (03:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54151 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_involved.html

index 75c5e8b4d493b4c516a4d7b1a6074e896742d5a7..712c0e73bb37ba656f633809606d01f48f719806 100644 (file)
@@ -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\r
 on the clang preprocessor.</li>\r
 \r
+<li><b>Use clang libraries to extend Ragel with a JIT</b>: <a \r
+href="http://research.cs.queensu.ca/~thurston/ragel/">Ragel</a> is a state\r
+machine compiler that lets you embed C code into state machines and generate\r
+C code.  It would be relatively easy to turn this into a JIT compiler using\r
+LLVM.</li>\r
+\r
 </ul>\r
 \r
 <p>If you hit a bug with clang, it is very useful for us if you reduce the code\r