lua-users home
lua-l archive

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


On Mon, Aug 08, 2005 at 11:37:52AM +0200, Philippe Lhoste wrote:
> Of course, that doesn't solve backward compatibility, I guess you have 
> to ship recompiled code with the new engine.
It should not be too hard to decode 5.0 bytecode,
at least where it is generated by the well known 5.0 compiler,
to lua code that can be fed to version x compiler
even if literal/comments syntax is changed.

However, if some new version is going to break the code,
e.g. setfenv semantics are going to change,
your out of luck anyway.


hand