Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Lua: luac

Peter Wu edited this page Nov 16, 2015 · 9 revisions

Maintainer: Gregor Uhlenheuer [email protected]

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.

Clone this wiki locally