[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: detecting undefined variables--a new mixed approach
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 25 Mar 2008 00:52:58 -0300
> All, actually.
Nice!
> (BTW, I'm not really sure what else lbci could be used for
It does allow you to produce bytecode listings without luac -l, for instance.
> but if it allowed modification of bytecodes, such as an assembler,
> then things could get more interesting.)
Sure! One caveat is that this would change all closures of the modified
function... But it would be fun anyway. And not hard to implement. But
would there be any interest in such a low-level assembler?