Improvements:
- Support #ifdef/#elif/#else/#endif
- Support the tcc compiler
- Add command history
- Python terminal style Ctrl-D Ctrl-C
- Various bug fixes
To install TermiC V1.3.0:
wget "https://github.com/hanoglu/TermiC/releases/download/V1.3.0/TermiC.sh"
sudo cp TermiC.sh /bin/termic
sudo ln -s /usr/bin/termic /usr/bin/termic++
sudo chmod +x /bin/termic
rm -f TermiC.sh
Note: RPM file can be used to install TermiC on Fedora-based systems. Also, the COPR repository can be used to install TermiC in Fedora-based distros.
Install with COPR:
sudo dnf copr enable hanoglu/termic
sudo dnf install termic
To start TermiC:
termic # For C shell
termic++ # For C++ shell
termic tcc # For tcc compiler