Lua-Low-Level
Lua compiler
An implementation of Lua using the LLVM C++ toolchain to generate native code with improved performance.
Per function, Lua JIT using LLVM C++ toolchain
10 stars
3 watching
0 forks
Language: C
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
neopallium/llvm-lua | An implementation of Lua in LLVM | 153 |
hengestone/lua-languages | A collection of languages and projects that compile to or use Lua as their intermediate language | 604 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
teal-language/tl | A compiler for a typed dialect of Lua that provides type checking and compilation capabilities | 2,161 |
cluelang/clue | A programming language compiler that transpiles to Lua code with optional features and syntax similar to C or Rust. | 340 |
yanghuan/csharp.lua | A compiler tool that translates C# code into Lua bytecode. | 1,226 |
andremm/typedlua | A statically typed superset of Lua with optional type annotations and object-oriented programming features. | 566 |
ldelossa/gh.nvim | A plugin for interactive code reviews on GitHub | 550 |
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 |
lualanes/lanes | A lightweight, native multithreading library for Lua | 466 |
neopallium/lua-llthreads | Provides low-level threading support for Lua applications. | 145 |
weirdconstructor/lal | A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 20 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 129 |
lua-alchemy/lua-alchemy | Port of Lua programming language to Adobe Alchemy technology for Flash applications | 167 |
clementfarabet/lua---opengm | Provides Lua bindings for a C++ graphical modeling and inference library | 8 |