lua-users home
lua-l archive

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


I like it! I will see if I can make use of it in bluash (github.com/schollii/bluash) to implement pprint (pretty print Lua tables). 


On Sat, Nov 3, 2012 at 10:14 PM, Enrique Garcia Cota <kikito@gmail.com> wrote:
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