[ANN] Lua Callgraph Generator (lcg)
"'Martin Eden' via lua-l" <[email protected]> Wed, 15 Jul 2026 19:22:24 +0200
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <[email protected]> |
Hello list, I want to announce my latest obsession of past three days -- callgraph generator. Basically it's wrapper over "luac -l". You give program path to Lua source file. It will compile and process it's bytecode to generate VM instructions sequences graphs. Graphs (source file can have several closures, so there can be several graphs) are stored into plaintext formats (.dot and .tgf) inside ./output/. Layout and conversion to image can be nicely done by "dot" from Graphviz suite. =C2=A0 https://github.com/martin-eden/Lua-Callgraph It's early prototype so I'm interested in your feedback. -- Martin --=20 You received this message because you are subscribed to the Google Groups "= lua-l" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/lua-l/520e4= 239-e204-4409-9f25-07afb9984d6c%40disroot.org.