Stars
LDoc is a LuaDoc-compatible documentation generator which can also process C extension source. Markdown may be optionally used to render comments, as well as integrated readme documentation and pre…
A Lua bytecode compiler written in Lua itself for didactic purposes or for new language implementations
Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performa…
Portable distribution of LuaJIT with precompiled binaries, libraries and FFI bindings
A Lua REPL implemented in Lua for embedding in other programs
Lua code analysis, with plugins for HTML and SciTE
A Lua bindings generator written in Lua.
Provides a set of async. callback based handlers for working with raw TCP/UDP socket, ZeroMQ sockets, or HTTP client/server.
A port of ruby's Enumerable module to Lua
Dead project (Please refer to github.com/malkia/ufo) [OpenCL bindings for LuaJIT using the FFI library]
This is a pure lua solution which supports process concept. Each lua code chunk is sandboxed as a lua co-routine. The process are still non-preemptive, but with a CPU limitation.