typedlua
Lua compiler
A statically typed superset of Lua with optional type annotations and object-oriented programming features.
An Optional Type System for Lua
568 stars
38 watching
53 forks
Language: Lua
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code | 193 |
| A collection of languages and projects that compile to or use Lua as their intermediate language | 607 |
| A compiler and build tool for a typed dialect of Lua. | 2,192 |
| An implementation of Lua in LLVM | 153 |
| An implementation of Lua using the LLVM C++ toolchain to generate native code with improved performance. | 10 |
| A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
| Transpiles TypeScript code to Lua bytecode | 60 |
| A tool for analyzing and compiling Lua code to support compile-time meta-programming | 350 |
| A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 21 |
| Compiles Ruby code into Lua | 3 |
| A lightweight virtual machine for the Lua programming language | 502 |
| A programming language compiler that transpiles to Lua code with optional features and syntax similar to C or Rust. | 342 |
| A Lua templating library that compiles embedded templates into fast and efficient Lua functions. | 219 |
| A collection of Lua code examples and explanations for a talk on the Lua programming language | 3 |
| Provides a bridge between Haskell and Lua programming languages | 130 |