kikito / lua-sandbox
A lua sandbox for executing non-trusted code
☆148Updated last year
Alternatives and similar repositories for lua-sandbox:
Users that are interested in lua-sandbox are comparing it to the libraries listed below
- Amalgamation of Lua modules/scripts☆124Updated 2 years ago
- StackTracePlus provides enhanced stack traces for Lua.☆198Updated last year
- A lua sandbox for executing non-trusted code☆102Updated 6 years ago
- Lua parser and abstract syntax tree in Lua☆87Updated 2 weeks ago
- Lightweight Lua test framework☆118Updated 6 months ago
- A port of LPeg 100% written in Lua.☆260Updated 3 years ago
- ANSI terminal color manipulation for Lua.☆142Updated 10 months ago
- A Lua (5.1 and later) binding of various regex library APIs (POSIX, PCRE, PCRE2, GNU, Oniguruma and TRE)☆164Updated 7 months ago
- Customizable Lua Serializer☆207Updated 2 years ago
- A simple API to use logging features in Lua☆56Updated last year
- A little library of useful Lua functions, intended as the 'light' version of Penlight☆170Updated 2 years ago
- Lua Multitasking Environment.☆155Updated 5 months ago
- Implementation of binary packing/unpacking in pure lua☆174Updated 4 years ago
- Teal language support for Visual Studio Code☆86Updated 2 weeks ago
- luajls is a set of Lua modules for developing stand-alone Lua applications☆58Updated last week
- Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1☆235Updated 2 months ago
- A very complete i18n lib for Lua☆261Updated 2 years ago
- Terminal operations for Lua☆160Updated 7 months ago
- A strict and fast JSON parser/decoder/encoder written in pure Lua.☆180Updated last year
- A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.☆87Updated 3 years ago
- Bit array (or bit set, bit string, boolean vector, ..., whatever) data structure for Lua.☆15Updated 4 years ago
- Bindings to ENet for Lua☆90Updated 4 years ago
- Mustache templates for Lua☆242Updated 2 years ago
- Time-related functions for Lua, inspired in javascript's setTimeout and setInterval☆182Updated last year
- LRU cache in Lua