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.
Based on Fabrice Bellard's TinyCC and inspired by Terry
Davis (HolyC), CJIT brings the power of Just-In-Time
execution to C programming.
100% Free and open
source! πIncludes a
manual with examples and funky experiments.