lua-users home
lua-l archive

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


> 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?