Description
Provides an interactive read-eval-print loop for ISO C11. It lets developers try C expressions, snippets, and small experiments without creating a full project first.
Use it for learning, quick checks, or exploratory C work. Results from a REPL should still be verified in the real build environment when portability or compiler flags matter.