lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> For example to do:
> 
> require 'socket'
> s = socket.tcp()
> 
> you can write the following C code:

C code for this can be automatically generated by my lua2c (which uses Lua 4.0
but generates code that works in 5.x). See also 
	http://lua-users.org/wiki/LuaToCee