Skip to content

TermiC V1.2.1

Compare
Choose a tag to compare
@hanoglu hanoglu released this 28 Oct 13:50
· 44 commits to main since this release
2223480

Improvements:
Functions, classes, namespaces, structs etc. now can be declared
New prompt commands implemented
Various bug fixes

To install TermiC V1.2.1:

wget "https://github.com/hanoglu/TermiC/releases/download/V1.2.1/TermiC.sh"
sudo cp TermiC.sh /bin/termic
sudo bash -c "echo -e '#\!/bin/bash\n/bin/termic cpp' > /bin/termic++"
sudo chmod +x /bin/termic
sudo chmod +x /bin/termic++
rm -f TermiC.sh

To start TermiC:

termic # For C shell
termic++ # For C++ shell