[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.2 feature list?
- From: David Jones <drj@...>
- Date: Mon, 2 Oct 2006 14:52:02 +0100
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