Artifact [d27b1eb028]

Artifact d27b1eb0288f63fb4b658a168cb10e6a6550e311:

Wiki page [tcc4tcl] by rkeene on 2014-06-23 03:00:32.
D 2014-06-23T03:00:32.293
L tcc4tcl
N text/x-markdown
P b8b0260c623d830415b5a1b9ce334214d059cf3d
U rkeene
W 781
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.20: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.20.tar.gz), [Binaries](http://teapot.rkeene.org/entity/name/tcc4tcl/ver/0.20/)

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 4cd7ebf8b3b0214637c74191409c077f