lua-users home
lua-l archive

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


	Hi Marc

Is there are a guide somewhere on converting modules written in C for
Lua 5.1 to Lua 5.2?  I did not even find a document listing the changes
in 5.2 vs. 5.1, but maybe my search was "flaky" ;)
	I wrote down some hints on making code compatible to all 5.X
versions:

http://lua-users.org/wiki/CompatibilityWithLuaFive

	The difficulty depends on the code, of course :-) Take a look
at the page and tell if you find it useful.  And feel free to improve
the page.

	Regards,
		Tomás