CSharp.lua
C to Lua Compiler
A compiler tool that translates C# code into Lua bytecode.
The C# to Lua compiler
1k stars
43 watching
202 forks
Language: C#
last commit: 2 months ago
Linked from 1 awesome list
compilercs2luacsharpcsharp-to-luacsharp2lualualua-compiler
Related projects:
Repository | Description | Stars |
---|---|---|
gligneul/lua-low-level | An implementation of Lua using the LLVM C++ toolchain to generate native code with improved performance. | 10 |
hengestone/lua-languages | A collection of languages and projects that compile to or use Lua as their intermediate language | 603 |
neopallium/llvm-lua | An implementation of Lua in LLVM | 153 |
nlua/nlua | A .NET wrapper that enables C# developers to use Lua scripts and functions directly from their applications. | 2,048 |
kilobyte22/mlc | Compiles Ruby code into Lua | 3 |
moonsharp-devs/moonsharp | An interpreter and runtime environment for the Lua programming language | 1,417 |
weirdconstructor/lal | A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 20 |
cluelang/clue | A programming language compiler that transpiles to Lua code with optional features and syntax similar to C or Rust. | 340 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
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 |
asdalexander77/typescriptlua | Transpiles TypeScript code to Lua bytecode | 60 |
ers35/luastatic | Builds standalone executables from Lua programs on various platforms with support for multiple interpreters and libraries. | 785 |
kekyo/il2c | Translates C# IL code to native C language | 401 |
rxi/lurker | Automatically detects and applies changes to Lua source files in real-time while the application is running. | 286 |
lualanes/lanes | A lightweight, native multithreading library for Lua | 466 |