diff --git a/readme.md b/readme.md index 5b00b47..18264b8 100644 --- a/readme.md +++ b/readme.md @@ -333,6 +333,7 @@ For more on the differences (particularly between `lanes` and `luaproc`), see th - [LuaMinify](https://github.com/stravant/LuaMinify) - Minifier which also brings its own static analysis tools, lexer, and parser. - [Typed Lua](https://github.com/andremm/typedlua) - A typed superset of Lua that compiles to plain Lua. - [lua-parser](https://github.com/andremm/lua-parser) - A Lua 5.3 parser written using LPegLabel, with improved error messages. +- [decompiler.com](https://www.decompiler.com/) - Online Lua decompiler. ### Experimental, etc