From 309581a6192469ec323ac5ca5509eeaef427c5c1 Mon Sep 17 00:00:00 2001 From: Lev T11v Date: Thu, 21 Oct 2021 09:47:53 +0200 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) 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