lua-languages
Lua compilers
A collection of languages and projects that compile to or use Lua as their intermediate language
Languages that compile to Lua
603 stars
24 watching
21 forks
last commit: 3 months ago
Linked from 3 awesome lists
javascript-transpilerlisplualua-language
Related projects:
Repository | Description | Stars |
---|---|---|
teal-language/tl | A compiler for a typed dialect of Lua that provides type checking and compilation capabilities | 2,161 |
mherkender/lua.js | A tool that compiles and runs Lua code in JavaScript, allowing it to be executed in web browsers or Flash environments. | 602 |
gligneul/lua-low-level | An implementation of Lua using the LLVM C++ toolchain to generate native code with improved performance. | 10 |
firezenk/language-lua | Provides syntax highlighting and snippets for the Lua programming language in Atom text editor | 66 |
ers35/luastatic | Builds standalone executables from Lua programs on various platforms with support for multiple interpreters and libraries. | 785 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 129 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
sygmei/luatalk | A collection of Lua code examples and explanations for a talk on the Lua programming language | 3 |
neopallium/llvm-lua | An implementation of Lua in LLVM | 153 |
asdalexander77/typescriptlua | Transpiles TypeScript code to Lua bytecode | 60 |
andremm/typedlua | A statically typed superset of Lua with optional type annotations and object-oriented programming features. | 567 |
kilobyte22/mlc | Compiles Ruby code into Lua | 3 |
fab13n/metalua | A tool for analyzing and compiling Lua code to support compile-time meta-programming | 348 |
typescripttolua/typescripttolua | Translates TypeScript code to Lua, making large projects easier to maintain and reducing errors. | 2,143 |
nlua/nlua | A .NET wrapper that enables C# developers to use Lua scripts and functions directly from their applications. | 2,048 |