Interactive C Compiler
icc
is a C REPL inspired by Interactive GCC
by Alexandru Dinu, which is a fork of Interactive GCC
by Andy Balaam.
The main difference is icc
is coded in C (not Python), will only support the
C language, and is tightly integrated with Unix environments.
Please note, this is a work in progress. Contributions are welcomed.
To install icc
, run make && make install
.
Proudly free software, this code is licensed under the terms of the Mozilla Public License, v.2.0.