[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Minimal Lua 5.x installations
- From: Sean Conner <sean@...>
- Date: Sat, 6 Jul 2019 18:17:12 -0400
It was thus said that the Great Benjamin TERRIER once stated:
>
> To conclude: is there a guide to remove the parser from Lua 5?
> Is there a better function than `luaL_loadbuffer()` to run binaries?
In the Lua 5.1 distribution, there's the file etc/noparser.c with
instructions on its use. That could be a useful base upon which to build if
you need to use a version of Lua later than 5.1.
-spc