tl
Lua compiler
A compiler and build tool for a typed dialect of Lua.
The compiler for Teal, a typed dialect of Lua
2k stars
46 watching
111 forks
Language: Lua
last commit: 3 months ago compilerluatealtype-checking
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of languages and projects that compile to or use Lua as their intermediate language | 607 |
| A programming language compiler that transpiles to Lua code with optional features and syntax similar to C or Rust. | 342 |
| A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 21 |
| A programming language designed to introduce concepts of programming languages, compilers, and tools in an educational setting | 71 |
| An implementation of Lua using the LLVM C++ toolchain to generate native code with improved performance. | 10 |
| A statically typed superset of Lua with optional type annotations and object-oriented programming features. | 568 |
| A compiler and virtual machine for a fictional programming language | 24 |
| An implementation of Lua in LLVM | 153 |
| An extension for VS Code to debug TEAL code directly on a simulated AVM without setup or configuration | 14 |
| Transpiles TypeScript code to Lua bytecode | 60 |
| Translates TypeScript code to Lua, making large projects easier to maintain and reducing errors. | 2,161 |
| A compiler and runtime system for a minimalist programming language with intermediate representation and test suite. | 1 |
| A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
| A compiler-based implementation of a minimalist logic programming language | 220 |
| A Lisp-flavored programming language built on top of Zig, aiming to provide a lower-level alternative to Clojure with more direct access to hardware. | 268 |