[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luatcc 1.0.1
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Mon, 24 May 2010 19:31:28 +0200
Hi list,
I just released version 1.0.1 of luatcc, my binding for the TCC, the
Tiny C Compiler. luatcc lets users compile and run C code on the fly
from Lua; an example application is to load modules written in C
directly from sources.
The documentation and download links are available on either of these websites :
http://luatcc.luaforge.net/
http://piratery.net/luatcc/
The main change is that luatcc now targets TCC 0.9.25, while still
being compatible with 0.9.23 and 0.9.24 with the help of a minor
Makefile adjustment.
All comments and suggestions are welcome :-)
Doub.