A lua tool to analyze the top 100 lua codebases on github by parsing them and comparing their version compatibility over time.
Made on Windows 10. Presumably also works on other Windows versions. Probably doesn't work on Linux/Mac.
- Git on windows cli
git - The github rest api through the github cli interface
gh(link)
These can mostly be installed through luarocks, or cloned from github.
- LuaFileSystem
- lunajson
- My forked version of Lua parser, originally by thenumbernine
- A forked version of lua-parser, originally by andremm
- Lua-ext by thenumbernine