tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Implement the dynamic scriptability with custom funct


From: Sean Conner
Subject: Re: [Tinycc-devel] Implement the dynamic scriptability with custom functions?
Date: Thu, 2 Jan 2014 01:43:53 -0500
User-agent: Mutt/1.4.1i

It was thus said that the Great Kevin Ingwersen once stated:
> Hey.
> 
> Can somebody use tcc’s script-ability as a library call - or is there even
> a libtcc?

  Yes there is.  In fact, I've wrapped TCC into a Lua module:

        https://github.com/spc476/lua-conmanorg/blob/master/src/tcc.c

and a higher level module on top of that:

        https://github.com/spc476/lua-conmanorg/blob/master/lua/cc.lua

  -spc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]