Update of "tcc4tcl"
Overview

Artifact ID: cb32de30ad5d30cbd2d8e6521975a2068a6c3b42
Page Name:tcc4tcl
Date: 2014-06-23 20:25:22
Original User: rkeene
Mimetype:text/x-markdown
Parent: d27b1eb0288f63fb4b658a168cb10e6a6550e311 (diff)
Next 2ddaa8f24f0958695807f86206b0ac42307b52a0
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.21: Source, Binaries

Examples

  1. Basic example:
    package require tcc4tcl

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

    puts [test 1]
  2. More Examples

Documentation

  1. High-level API