Artifact [ba46c9ff29]

Artifact ba46c9ff29f2d116e01328cf70d1624454b352af:

Wiki page [tcc4tcl] by rkeene on 2017-10-13 20:38:24.
D 2017-10-13T20:38:24.025
L tcc4tcl
N text/x-markdown
P a7f21eedcf09323f902873d99dae828025dfe89f
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.30: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.30.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 64510ebc6d614730ad238304d62f9d09