Artifact [6882d1fc80]

Artifact 6882d1fc802864e86201ea06e0d9f731dbbcac4c:

Wiki page [tcc4tcl] by rkeene on 2014-08-31 19:46:45.
D 2014-08-31T19:46:45.713
L tcc4tcl
N text/x-markdown
P d70c8238b0ac3f9f6a8f90e9bdbe04450cb7e602
U rkeene
W 863
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.23: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.23.tar.gz)
  2. Version 0.22: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.22.tar.gz), [Binaries](http://teapot.rkeene.org/entity/name/tcc4tcl/ver/0.22/)

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

Documentation
-------------
  1.  [High-level API](wiki/Documentation)
Z 77fc51390e7a2474b54a16c8f028575f