lua-users home
lua-l archive

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



On 2 Oct 2006, at 14:09, David Burgess wrote:

Does anyone else have view on my wish for:
lua_load(), lua_dump() to have an extra parameter that strips the
debug symbols?

I think it's a good idea. I'd be mildly enthusiastic for it. Also in the same kind of vein I'd go for some way to strip symbols from in- core compiled functions. Like this:

strip(loadstring'local x,y=... return x+y')

drj