lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

a lua implement by rust

Open CppCXY opened this issue 1 month ago • 0 comments

see: https://github.com/CppCXY/lua-rs

The current implementation performs significantly worse than the C-based Lua in terms of performance. At present, it is more of an academic toy and does not have practical value for use; it serves only as a reference for implementation.

CppCXY avatar Nov 18 '25 07:11 CppCXY