Tiny C Compiler is an open source compiler created in 2001 by Fabrice Bellard.
#580on PLDB | 23Years Old |
git clone https://github.com/TinyCC/tinycc
The Tiny C Compiler (a.k.a. TCC, tCc, or TinyCC) is an x86, X86-64 and ARM processor C compiler created by Fabrice Bellard. It is designed to work for slow computers with little disk space (e.g. Read more on Wikipedia...