lua-users home
lua-l archive

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


On Sat, Aug 26, 2017 at 12:26 PM, Martin <eden_martin_fuhrspam@gmx.de> wrote:
> Hello all!
>
> On this weekends I'm thinking about Lua ecosystem. More specifically,
> about tools for Lua language, not general libraries/frameworks.
>
> I've created sample sketch with categories, partly filled. And be
> grateful to anyone who can augment it.
>
> [implementations/dialects]
>   PuC Lua
>   LuaJIT
>   Ravi
>   MoonScript
>
> [code management]
>   [documentation]
>     ldoc
>
>   [static analysis]
>     luacheck
>
>   [pretty-printers]
>
>   [p-code assemblers]
>
> [execution analytics]
>   [profilers]
>
>   [debuggers]
>
>
> -- Martin
>

Martin,

Not sure if this list is still a thing, but the debug.lua tool from
Gunnar could be added to your debuggers list.

Thanks,

Russ