Update of "tcc4tcl"
Overview

Artifact ID: d70c8238b0ac3f9f6a8f90e9bdbe04450cb7e602
Page Name:tcc4tcl
Date: 2014-08-31 19:46:32
Original User: rkeene
Mimetype:text/x-markdown
Parent: 2ddaa8f24f0958695807f86206b0ac42307b52a0 (diff)
Next 6882d1fc802864e86201ea06e0d9f731dbbcac4c
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.23: Source
  2. Version 0.22: 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