lua-users home
lua-l archive

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


Luiz, this is perfect! Thanks!

On 05/30/2017 06:30 PM, Luiz Henrique de Figueiredo 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.
> Just download this file and add it to your project:
> 	http://www.lua.org/extras/5.3/noparser.c
>
> If you don't use string.dump, you can also remove it by editing noparser.c
> (instructions included in the file).
>