Short: Programming language Lua Author: Lua team Uploader: mrustler gmx de (Matthias Rustler) Type: dev/lang Version: 5.1 Architecture: i386-aros Port of the new version 5.1 of Lua to AROS. I've made to following modifications to the original source: Added target 'i386-aros' to the Makefile Workaround for the missing function 'localeconv' in llex.c Adopted luaconf.h to AROS Rebuilding requires the following steps: make i386-aros make local make clean The interpreter is in the 'bin' directory. Warning: some of the tests need more stack (e.g. sieve.lua)