lua-users home
lua-l archive

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


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