> I could not use the noparser.c because i try a amalgamed build to reduce Just edit one.c and remove the parser modules: #include "lcode.c" #include "llex.c" #include "lparser.c" then add #include "noparser.c" one.c is available at http://www.lua.org/extras/5.2/one.c http://www.lua.org/extras/5.2/one.tar.gz