Clue

Lua compiler

A programming language compiler that transpiles to Lua code with optional features and syntax similar to C or Rust.

C/Rust like programming language that compiles into Lua code

GitHub

340 stars
7 watching
14 forks
Language: Rust
last commit: about 1 month ago
cluelangcompilerhacktoberfestlanguageluaprogramming-languagerusttranspiler

Related projects:

Repository Description Stars
hengestone/lua-languages A collection of languages and projects that compile to or use Lua as their intermediate language 603
teal-language/tl A compiler for a typed dialect of Lua that provides type checking and compilation capabilities 2,161
weirdconstructor/lal A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code 20
gligneul/lua-low-level An implementation of Lua using the LLVM C++ toolchain to generate native code with improved performance. 10
kilobyte22/mlc Compiles Ruby code into Lua 3
neopallium/llvm-lua An implementation of Lua in LLVM 153
ajeetdsouza/loxcraft A compiler and runtime system for a simple programming language, designed to be efficient and embeddable in other applications. 274
andremm/typedlua A statically typed superset of Lua with optional type annotations and object-oriented programming features. 567
yanghuan/csharp.lua A compiler tool that translates C# code into Lua bytecode. 1,226
sygmei/luatalk A collection of Lua code examples and explanations for a talk on the Lua programming language 3
erdian718/lua A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. 25
asdalexander77/typescriptlua Transpiles TypeScript code to Lua bytecode 60
hslua/hslua Provides a bridge between Haskell and Lua programming languages 129
travisdoor/bl A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. 182
tickbh/td_rlua A high-level binding for Lua 5.3 in Rust. 53