Update of "tcc4tcl"
Overview

Artifact ID: a088ef119e9e97a162a9d50546bc2d14d8ce64f3
Page Name:tcc4tcl
Date: 2014-06-17 01:09:11
Original User: rkeene
Mimetype:text/x-markdown
Parent: e92cf5a059ee470ff13554b8376d5d2fd5eab87e (diff)
Next 4ae5fd24ba1748683f38ff9973ae2b393159d9d5
Content

tcc4tcl

Introduction

tcc4tcl (Tiny C Compiler for Tcl) is a Tcl extension that provides an interface to TCC.

It is a fork of tcctcl by Mark Janssen.

It is licensed under the terms of the LGPL v2.1 (or later).

Download

  1. Version 0.18: Source, Binaries

Examples

  1. Basic example:
    package require tcc4tcl

    ::tcc4tcl::cproc test {int i} int { return (i+42); }

    puts [test 1]

Documentation

  1. High-level API