From 1a17c7e2e8515a406343821863aff9f44b2c3e96 Mon Sep 17 00:00:00 2001 From: amadman Date: Tue, 16 Jan 2024 17:11:02 +0800 Subject: [PATCH] Update readme.md add LuaLu an IDE runs on iOS devices --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5b00b47..315d89d 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,7 @@ Note: From LuaJIT to Lua to lua.vm.js to Moonshine, a basic benchmark sees perfo - [BabeLua](https://archive.codeplex.com/?p=babelua) - Lua editor/debugger extension for VS2012-13 with highlighting, auto-completion, linting, and formatting capabilities. - [lua-mode](https://github.com/immerrr/lua-mode) - Emacs major mode for editing Lua. - [vscode-lua](https://github.com/trixnz/vscode-lua) - VSCode intellisense and linting. - +- [LuaLu](https://apps.apple.com/us/app/lualu-repl-learn-lua-coding/id638219114) - A Lua IDE on iOS devices with Terminal and Code editor supporting syntax highlight ### Utility Belts - [Lua Fun](https://github.com/luafun/luafun) - High-performance functional programming library designed for LuaJIT.