lua-users home
lua-l archive

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


> 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