You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
luac is a compiler for Lua. See the tool's manual for
details.
Note
Beware that luac truncates filenames when the full path of the files
involved is longer than a certain fixed amount (60 characters). Syntastic
can't detect this situation, and will silently ignore error messages with
truncated filenames. This limit of 60 characters can be lifted by
increasing the LUA_IDSIZE definition in src/luaconf.h before
recompiling it.