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, libs,
or headers required.
Inspired by Terry Davis (TempleOS) and Fabrice Bellard
(TinyCC), CJIT brings the power of Just-In-Time
(JIT) compilation to C programming.
100% Free and open source!