This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[ANN] gcc-lua: Lua plugin for the GNU Compiler Collection
- From: Peter Colberg <peter at colberg dot org>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 31 Oct 2012 13:50:26 -0400
- Subject: [ANN] gcc-lua: Lua plugin for the GNU Compiler Collection
Hi,
It is my pleasure to announce gcc-lua:
gccâlua extends the GNU Compiler Collection with the ability to run Lua
scripts. The plugin provides an interface to register callback functions for
plugin events, and inspect the abstract syntax tree of a translation unit. The
plugin is useful for static C code analysis. gccâlua supports GCC 4.6 or 4.7,
and, Lua 5.1 or 5.2, or LuaJIT.
http://colberg.org/gcc-lua/
Regards,
Peter