[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Parsing strings written by string.format("%q")
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 24 Nov 2016 21:28:16 -0200
> It would be pretty nice to have a subset of the Lua parser available for
> data-only loading. Ie only literal tables, numbers, strings.
> Functions, loops, conditionals etc disallowed.
For a discussion about that, see this thread:
http://lua-users.org/lists/lua-l/2014-03/msg00447.html
See also an extension of the API that may be useful:
http://lua-users.org/lists/lua-l/2014-03/msg00449.html