lua-users home
lua-l archive

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


> I miss stuff like "get a list of all functions for a loaded chunk",

This does not make much sense because function definition is actually
an assignment.

> maybe even "get insight into the compiled code in some way" etc.

You can try lbci, my bytecode inspector library:
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbci

If there is interest, I can update it to support Lua 5.2.