viluon / LuaExtended
An improved ST3 Lua syntax definition.
☆19Updated 7 years ago
Alternatives and similar repositories for LuaExtended
Users that are interested in LuaExtended are comparing it to the libraries listed below
Sorting:
- Customized Lua parser for [lua-language-server](https://github.com/sumneko/lua-language-server).☆73Updated 6 months ago
- a mutable string support to lua.☆25Updated 10 years ago
- Reformats any valid Lua 5.3 source code.☆42Updated 2 years ago
- memoized functions in lua☆102Updated last year
- Tabular representation of Lua data☆52Updated 4 months ago
- Promises/A+ 1.1 implementation in Lua☆45Updated 5 years ago
- String interpolation for Lua☆88Updated 4 years ago
- BSON in pure Lua.☆41Updated last year
- A Lua code completer☆23Updated 4 years ago
- a OS specified path manipulation module for Lua☆44Updated last year
- A iteration library for Lua☆56Updated 4 years ago
- Binary heap implementation in Lua☆41Updated 9 months ago
- Lua binding to libzip.☆84Updated 3 years ago
- Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with…☆41Updated 7 years ago
- An attempt at unifying lua class libraries to provide a common API.☆54Updated 7 years ago
- Parses Lua to abstract syntax tree (AST) using LPeg.☆74Updated 7 years ago
- Pure Lua number library providing BigNum and fixed width unsigned integer types☆65Updated 6 years ago
- Robust error handling for Lua (try(), catch(), and finally() .... finally!)☆18Updated 10 years ago
- Lua Code Combine☆50Updated 7 years ago
- Easily validating UTF-8 strings in pure Lua☆26Updated 7 years ago
- LuaJIT with native 5.2 and 5.3 support