An Easy Lua interface
This is an experiment of an alternative C-language API of Lua language. It was named EZLUA, trying to make it easier to embed Lua in a small C-program. The main proposition is to minimize the stack management required in programming with C-language API of Lua. Although the code is quite preliminary work, comments are welcome so that we consider possible improvements.
Functions of EZLUA are actually simple wrappers to the formal C language API of Lua. In a tar ball of this experimental source code, a small test program is provided to demonstrate EZLUA functions. It was tested by gcc on a Linux box. Please note it will be updated soon.
ezlua011.tgz --- updated on 12 Jun.
ezlua01.tgz (obsolute) --- posted on Lua mailing list on 2 Jun.It is under preparation, and will be fixed very soon. Please see some note in the tar ball.
It is a free software, but the code and documentations are copyrighted materials.
Author : Yutaka Ueno
uenoyt(at)ni.aist.go.jp
---- Yutaka Ueno , AIST Tsukuba 12 Jun 2008.