CJIT is a TinyCC-powered C runner and lightweight compiler frontend. It can: compile and execute one or more C inputs directly from memory, compile one source file to an object, and build an executable without running it. CJIT is designed for fast iteration, scripting-style execution, and small deployment footprints.

WWW: https://dyne.org/cjit/
