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 | 607 |
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 and build tool for a typed dialect of Lua. | 2,192 |
cluelang/clue | A programming language compiler that transpiles to Lua code with optional features and syntax similar to C or Rust. | 342 |
yanghuan/csharp.lua | A compiler tool that translates C# code into Lua bytecode. | 1,232 |
andremm/typedlua | A statically typed superset of Lua with optional type annotations and object-oriented programming features. | 568 |
ldelossa/gh.nvim | A plugin for interactive code reviews on GitHub | 558 |
mherkender/lua.js | A tool that compiles and runs Lua code in JavaScript, allowing it to be executed in web browsers or Flash environments. | 603 |
lualanes/lanes | A lightweight multithreading library for Lua | 469 |
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 | 21 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 130 |
lua-alchemy/lua-alchemy | Port of Lua programming language to ActionScript using Alchemy technology | 167 |
clementfarabet/lua---opengm | A Lua wrapper for the OpenGM C++ library used in graphical modeling and inference | 8 |