Joachim Stolberg ef9967a6ed issue #48 fixed
2020-07-21 17:12:54 +02:00
..
2018-06-24 15:01:33 +02:00
2018-06-24 22:33:00 +02:00
2018-06-24 15:01:33 +02:00
2018-06-24 22:33:00 +02:00
2020-07-21 17:12:54 +02:00

SaferLua [safer_lua] v0.01

A subset of the language Lua for safe and secure Lua sandboxes with:

  • limited code length
  • limited execution time
  • limited memory use
  • limited posibilities to call functions

License

Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

none

History

  • 2018-06-24 v0.01 * first draft