Mlc
Lua compiler
Compiles Ruby code into Lua
Moonstone Lua Compiler - A Ruby to lua compiler
3 stars
2 watching
0 forks
Language: Ruby
last commit: over 10 years ago 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 |
pigpigyyy/yuescript | A Moonscript dialect compiler to Lua, aiming to improve and extend the language by introducing new features. | 453 |
jmorag/mcc | Compiles the MicroC programming language into machine code using Haskell | 116 |
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. | 567 |
asdalexander77/typescriptlua | Transpiles TypeScript code to Lua bytecode | 60 |
kei500/liblinear-ruby | Provides an interface to train and predict with machine learning models using LIBLINEAR | 83 |
neopallium/llvm-lua | An implementation of Lua in LLVM | 153 |
ers35/luastatic | Builds standalone executables from Lua programs on various platforms with support for multiple interpreters and libraries. | 785 |
weirdconstructor/lal | A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 20 |
mbj/unparser | Converts Ruby Abstract Syntax Tree (AST) to semantically equivalent source code | 309 |
murisi/l2 | A minimalist language with procedural macro support | 135 |
kunitoki/luabridge3 | A lightweight C++ library for binding Lua to C++ | 253 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |