Artifact [681a460f64]

Artifact 681a460f64f3cd376f3c5cf51f7a22df607b0922:

Wiki page [tcc4tcl] by rkeene on 2014-05-02 18:09:58.
D 2014-05-02T18:09:58.952
L tcc4tcl
N text/x-markdown
P 224fdd4da1982cd64999ddc428ef8a851ce717ad
U rkeene
W 495
tcc4tcl
=======

Introduction
------------
tcc4tcl (Tiny C Compiler for Tcl) is a [Tcl](http://www.tcl.tk/) extension that provides an interface to [TCC](http://bellard.org/tcc/).

It is a fork of [tcctcl](https://code.google.com/p/tcltcc/) by Mark Janssen.

It is licensed under the terms of the LGPL v2.1 (or later).

Examples
--------
  1.  Basic example:<br>
```package require tcc4tcl```<br>
```::tcc4tcl::cproc test {int i} int { return (i+42); }```<br>
```puts [test 1]```
Z bd460fe9b052d2545eaf12e4d219070e