Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.29 KB

icc

Interactive C Compiler

OpenBSD C Neovim

icc (the Interactive C Compiler) running in a transparent terminal, with an image of Mt. Ararat as a desktop background

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.

Install

To install icc, run make && make install.

License

Proudly free software, this code is licensed under the terms of the Mozilla Public License, v.2.0.