inspect.lua/spec
Alexey Kopytov a4a63bb0d1 Support LuaJIT cdata and ctype values in Inspector:putValue().
Add special handling for cdata and ctype types provided by LuaJIT: use
tostring() to print values of those types, which either provides a more
meaningful default type description (e.g. 'ctype<uint64_t>' instead of
'<ctype 1>') or a user-defined value as described at
http://luajit.org/ext_ffi_api.html#tostring
2017-12-24 11:15:16 +03:00
..
inspect_spec.lua Support LuaJIT cdata and ctype values in Inspector:putValue(). 2017-12-24 11:15:16 +03:00
unindent.lua unindent in specs 2014-09-07 22:32:31 +02:00