153 skills found · Page 1 of 6
pkulchenko / ZeroBraneStudioLightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
wuub / SublimeREPLSublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
moonsharp-devs / MoonsharpAn interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.
luaj / LuajLightweight, fast, Java-centric Lua interpreter written for JME and JSE, with string, table, package, math, io, os, debug, coroutine & luajava libraries, JSR-223 bindings, all metatags, weak tables and unique direct lua-to-java-bytecode compiling.
WuBingzheng / Build Lua In Rust《用Rust实现Lua解释器》 / _Build a Lua Interpreter in Rust_
nuskey8 / Lua CSharpHigh performance Lua interpreter implemented in C# for .NET and Unity
airtrack / LunaA toy interpreter of lua-like language
rdebath / BrainfuckBrainfuck torture test. Brainfuck interpreters and compilers to C, V. VIM syntax file for brainf*ck. Fast JIT Assembly, JIT C running, Perl, Python, php, Ruby, lua, go, awk, neko, PS1, bash, ook, trollscript etc etc
danii / HematitaA memory safe Lua interpreter
Manistein / Let Us Build A Lua Interpreter《Lua解释器构建:从虚拟机到编译器》随书源码
CDSoft / LuaxMoved to Codeberg, this repo is just a (temporary) mirror -- luax is a Lua interpreter and REPL based on Lua 5.4, augmented with some useful packages. It is also a "compiler" that produces standalone executables from Lua scripts.
lonng / Lua RsPure Rust implementation of Lua compiler.
akavel / Goluago[on hold] Port of Lua 5.1 interpreter to Go Language Toolchain. [Work In Progress.] See also: http://lua.org and http://golang.org
Rerumu / FiOneLua 5.1 bytecode interpreter, in Lua
laruence / Php LuaThis extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
lindig / Lua MlAn embeddable Lua 2.5 interpreter implemented in OCaml
tklab-tud / UscxmlSCXML interpreter and transformer/compiler written in C/C++ with bindings to Java, C#, Python and Lua
dpapavas / LuapromptAn embeddable Lua command prompt as well as a stand-alone interpreter with pretty-printing and autocompletion.
drydart / Flutter LuaLua interpreter for Flutter apps.
zhaojh329 / Lua Eco🐛Lua-eco is a Lua interpreter with a built-in event loop for scheduling lightweight coroutines automatically, enabling efficient concurrency in Lua. Build high-performance, scalable applications.