TCC: Difference between revisions

From Rosetta Code
Content added Content deleted
(flesh out)
No edit summary
 
Line 1: Line 1:
{{stub}}{{implementation|C}}
{{implementation|C}}
TCC — Tiny C Compiler — is a compiler of [[C]] designed to be used in embedded environments. It only generates code for the x86 and x86-64 architectures.
TCC — Tiny C Compiler — is a compiler of [[C]] designed to be used in embedded environments. It only generates code for the x86 and x86-64 architectures.



Latest revision as of 12:43, 18 April 2018

TCC is an implementation of C. Other implementations of C.

TCC — Tiny C Compiler — is a compiler of C designed to be used in embedded environments. It only generates code for the x86 and x86-64 architectures.

There is a Tcl extension that embeds TCC to enable putting C inside Tcl scripts. (See the Tcler's Wiki for more details.)

Links