[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: SWIG for Lua?
- From: lhf@... (Luiz Henrique de Figueiredo)
- Date: Fri, 6 Jun 1997 13:44:06 -0300
>Has anybody spotted SWIG, located at
>http://www.cs.utah.edu/~beazley/SWIG
>?
>
>This tool reads C and C++ header files and emits bindings of Tcl, Perl,
>Python, or Guile. I thought it would be great to have Lua bindings as
>well, and I'm wondering if anybody has looked at this and seen how hard
>it might be?
I don't know SWIG, but Lua bindings can be automatically created with toLua
(see Lua's home page or the FAQ.)
--lhf