lua-users home
lua-l archive

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


On 05/30/2017 04:11 PM, Roberto Ierusalimschy wrote:
>
> The asccii parser and the bytecode loader are completely separated.
> It should be easy to remove the modules lparser/llex/lcode adding
> small stubs for a few of their functions.
Got it. In that case would you recommend just not including those files
when compiling the Lua library and writing replacement stub ones? That
shouldn't be too bad with a simple Makefile rule.
>
> -- Roberto
>
>