techpack/safer_lua/readme.md

20 lines
435 B
Markdown
Raw Normal View History

2018-06-24 22:33:00 +02:00
SaferLua [safer_lua] v0.01
==========================
2018-06-24 15:01:33 +02:00
2018-06-24 22:33:00 +02:00
A subset of the language Lua for safe and secure Lua sandboxes with:
2018-06-24 15:01:33 +02:00
- limited code length
- limited execution time
- limited memory use
- limited posibilities to call functions
2018-06-24 22:33:00 +02:00
### License
Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt
2018-06-24 15:01:33 +02:00
2018-06-24 22:33:00 +02:00
### Dependencies
none
### History
- 2018-06-24 v0.01 * first draft