Difference between revisions of "Tiny C Compiler"
Jump to navigation
Jump to search
Gnmmarechal (talk | contribs) (Created page with "'''Author:''' [https://gbatemp.net/members/d0k3.29073/ d0k3] '''Original Repository:''' [http://bellard.org/tcc/ Bellard.org] '''Platform:''' Microsoft Windows/Unix...") |
Gnmmarechal (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '''Author:''' [https:// | + | '''Author:''' [https://en.wikipedia.org/wiki/Fabrice_Bellard Fabrice Bellard] |
'''Original Repository:''' [http://bellard.org/tcc/ Bellard.org] | '''Original Repository:''' [http://bellard.org/tcc/ Bellard.org] | ||
+ | |||
+ | '''License:''' [[GNU Lesser General Public License]] | ||
'''Platform:''' [[Microsoft Windows]]/[[Unix]]/[[Linux]] | '''Platform:''' [[Microsoft Windows]]/[[Unix]]/[[Linux]] |
Latest revision as of 22:07, 19 January 2017
Author: Fabrice Bellard
Original Repository: Bellard.org
License: GNU Lesser General Public License
Platform: Microsoft Windows/Unix/Linux
Description:
The Tiny C Compiler (aka TCC, tCc, or TinyCC) is an x86 and ARM processor C compiler created 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 Jun 2005). TCC is distributed under the GNU Lesser General Public License (LGPL). TCC claims to implement all of ANSI C (C89/C90), much of the C99 ISO standard, and many GNU C extensions including inline assembly.
Download:
Tiny C Compiler v0.9.26 (win64)
Tiny C Compiler v0.9.26 (win32)
Tiny C Compiler v0.9.26 (Source Code)