[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is it possible to point out all the errors in an already written Lua script? Is there a IDE that could achieve this goal?
- From: Javier Guerra Giraldez <javier@...>
- Date: Mon, 25 Jan 2021 09:07:18 -0500
On Mon, 25 Jan 2021 at 07:46, 孙世龙 sunshilong <sunshilong369@gmail.com> wrote:
> Firstly, Luacheck could not support the command that I register to Lua
> by lua_register.
add a .luacheckrc file
> Secondly, Luacheck is written in Lua other than C/C++/C#, which is
> hard to integrate into our project (C/C++/C#).
you can call a Lua VM just to do the check
--
Javier