lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




SCons/Lua is a Lua front-end to the SCons build engine (or others). It allows software build processes to be described completely as Lua script(s), giving much more versatility than conventional makefile syntax allows.

Currently, SCons/Lua is a subset of SCons/Python, and requires that to be installed on the system. However, the structure of the program allows custom builder functions to be used, and such are in the plans for regular 'make' and 'compiler only'.

See more at: http://lua-users.org/wiki/LuaAddons