lua-users home
lua-l archive

Re: lua5.2: removing parser from custom srlua.exe?

[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

AltStyle によって変換されたページ (->オリジナル) /