eatonphil / lustLinks
A parser, compiler, and virtual machine evaluator for a minimal subset of Lua; written from scratch in Rust.
☆190Updated 3 years ago
Alternatives and similar repositories for lust
Users that are interested in lust are comparing it to the libraries listed below
Sorting:
- Rust implementation of the Lox programming language☆149Updated 3 years ago
- A hybrid programming language written in Rust.☆122Updated last year
- A gradually typed language originally based on the crafting interpreters series☆64Updated 2 months ago
- Pure Rust implementation of Lua compiler.☆201Updated 4 years ago
- Oxide Programming Language☆134Updated 3 years ago
- WebAssembly implementation from scratch in Safe Rust with zero dependencies☆451Updated last year
- A rust implementation of the lox language☆114Updated last year
- Pratt parser written in Rust☆91Updated last year
- Learn to make your own programming language with Rust☆263Updated 3 years ago
- Build your own - linker☆207Updated 4 years ago
- A Rust implementation of the Lox programming language. Based on clox, the bytecode virtual machine.☆31Updated last year
- Language tooling for the Lox programming language.☆333Updated 2 months ago
- A register-based VM in Rust☆71Updated 6 years ago
- Comparing unsafe Rust vs Zig by writing a bytecode interpreter with GC in both langs☆189Updated 2 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- A rust interpreter for the Lox language☆25Updated 5 years ago
- A tiny x86_64 kernel written in Rust.