Tiny C Compiler

From GS2012 Wiki
Revision as of 22:07, 19 January 2017 by Gnmmarechal (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

Tiny C Compiler v0.9.24 (win32)

Tiny C Compiler v0.9.24 (Source Code)