Tiny C Compiler
The Tiny C Compiler (a.k.a. TCC, tCc, or TinyCC) is an x86, X86-64 and ARM processor C compiler initially written by Fabrice Bellard. It is designed to work for slow computers with little disk space (e.g. on rescue disks). Windows operating system support was added in version 0.9.23 (17 June 2005). TCC is distributed under the GNU Lesser General Public License.
Screenshot | |
Developer(s) | Fabrice Bellard |
---|---|
Stable release | 0.9.27
/ 17 December 2017 |
Repository | repo |
Written in | C and Assembly |
Operating system | Linux, Unix, Windows |
Predecessor | OTCC, Obfuscated Tiny C Compiler |
Type | C compiler |
License | LGPLv2.1 |
Website | www |
TCC claims to implement all of ANSI C (C89/C90), much of the C99 ISO standard, and many GNU C extensions including inline assembly.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.