[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Luatcc 1.0.0-rc1
- From: "Jérôme Vuarand" <jerome.vuarand@...>
- Date: Wed, 25 Apr 2007 01:55:46 -0400
Hi list,
I've just released the first release candidate for luatcc 1.0.0.
Luatcc homepage is on Luaforge at : http://luatcc.luaforge.net/
From the home page :
"Luatcc is a Lua binding for libtcc, which is the core library of TCC,
the Tiny C Compiler [1]. Primary goal of this module is to be an
illustration for the Gem 'Interpreted C Modules' (name subject to
change) from the yet to be released book Lua Programming Gems [2]. As
this module may be of interest independently from the book, I made it
available here."
The package for version 1.0.0-rc1 is available at :
http://luaforge.net/frs/download.php/2362/luatcc-1.0.0-rc1.tar.gz
Any feedback would be appreciated. The release will probably become
final next week-end, unless major flaws appear until then.
Jérôme.
[1] http://fabrice.bellard.free.fr/tcc/
[2] http://www.lua.org/gems/