D 2014-06-22T01:16:33.008 L tcc4tcl N text/x-markdown P 4ae5fd24ba1748683f38ff9973ae2b393159d9d5 U rkeene W 743 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.19: [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:
```package require tcc4tcl```
```::tcc4tcl::cproc test {int i} int { return (i+42); }```
```puts [test 1]``` Documentation ------------- 1. [High-level API](wiki/Documentation) Z 1cc1386e89b4b3a0e2c3c936e61cf6ec