lua-users home
lua-l archive

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


As an aid to understanding what actually happens in tables,
I tried writing a Lua C function that extracts some information
from the table passed as first argument. This involves converting
the stack top to *Table.

I did not succeed. I just could not unravel the pyramid of StkId
and GCObject and TValue and Value to get to *Table.

If anyone has figured it out, please share.