lua-users home
lua-l archive

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


> TLDR: just like we can disable bytecode loading, we should be able to
> disable certain language constructs, creating fully sandboxed configs

You can disable most keywords with a token filter in C or ltokenp.
See also http://lua-users.org/lists/lua-l/2014-03/msg00449.html .