lua-users home
lua-l archive

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


>And does the line hook even work for compiled bytecode?

Lua code is *always* executed from compiled bytecode.
--lhf