Artifact [e92cf5a059]

Artifact e92cf5a059ee470ff13554b8376d5d2fd5eab87e:

Wiki page [tcc4tcl] by rkeene on 2014-06-16 00:50:01.
D 2014-06-16T00:50:01.596
L tcc4tcl
N text/x-markdown
P add42c18d8b37b498164d4f26e6a3ff1c3d1356f
U rkeene
W 667
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).

Download
--------
  1. Version 0.18: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.18.tar.gz), [Binaries](http://teapot.rkeene.org/entity/name/tcc4tcl/ver/0.18/)

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