diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..24764d7 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,97 @@ + + +
+ + ++ C, Just in Time! +
+ ++
+ + CJIT is a lightweight C interpreter that lets you run C + code instantly, without needing to build it first. Just + use the executable interpreter—no extra tools, libraries, + or headers required. + + Inspired by Terry Davis (TempleOS) and Fabrice Bellard + (FFmpeg, TinyCC), CJIT brings the power of Just-In-Time + (JIT) compilation to C programming. + +
+