lua-users home
lua-l archive

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


Hi,

This library has been out there for a while, but I just realized I have never actually announced it here yet.

It's here: https://github.com/kikito/inspect.lua

Its main use is for generating string representations of tables so that they are easy to read for a human - ideally for debugging purposes.

The README / spec folder is full of examples, and I've just sent its first rockspec for approval. Please do give it a spin and let me know what you think.

Best regards,

Enrique