lua-users home
lua-l archive

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


> 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