Re: converting modules in written in C for Lua 5.1 to Lua 5.2
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: converting modules in written in C for Lua 5.1 to Lua 5.2
- From: Tomas Guisasola Gorham <tomas@...>
- Date: Wed, 3 Oct 2012 11:42:37 -0300 (BRT)
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