A rust implementation of the lox language
☆115May 28, 2024Updated last year
Alternatives and similar repositories for lox
Users that are interested in lox are comparing it to the libraries listed below
Sorting:
- Rust implementation of the Lox programming language☆155Nov 21, 2021Updated 4 years ago
- Implementation in Rust of lox, the language described in Crafting Interpreters☆66Jul 1, 2021Updated 4 years ago
- A gradually typed language originally based on the crafting interpreters series☆66Aug 4, 2025Updated 7 months ago
- Lox Interpreter/REPL written in Rust☆38Feb 9, 2019Updated 7 years ago
- Crafting Interpreters in Rust☆310Nov 3, 2022Updated 3 years ago
- A Rust implementation of the Lox programming language. Based on clox, the bytecode virtual machine.☆31Mar 15, 2024Updated 2 years ago
- Compiler for the Tiger programming language☆12Oct 27, 2018Updated 7 years ago
- Tox is a statically typed version programming language that is written in rust.☆39Jan 20, 2023Updated 3 years ago
- A statically-typed variant of Lox, written in TypeScript☆136Jan 6, 2023Updated 3 years ago
- yet another toy OCaml interpreter in Haskell☆12Jul 5, 2020Updated 5 years ago
- Language tooling for the Lox programming language.☆355Jul 21, 2025Updated 8 months ago
- Interpreter for a superset of Crafting Interpreter's lox language☆20Jan 7, 2023Updated 3 years ago
- Rust implementation of the bytecode VM (clox) from https://craftinginterpreters.com/☆26Mar 16, 2024Updated 2 years ago
- A tree-walk lox interpreter written in Rust.☆20Apr 1, 2018Updated 7 years ago
- Lox grammar for tree-sitter☆14Apr 23, 2023Updated 2 years ago
- Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"☆84Jan 27, 2023Updated 3 years ago
- Experimental Language based on Rust and Haskell☆54Jan 10, 2017Updated 9 years ago
- Zig implementation of Crafting Interpreters bytecode lox interpreter☆53Mar 10, 2026Updated last week
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆51Aug 5, 2019Updated 6 years ago
- A C-like compiled programming language☆19Dec 8, 2022Updated 3 years ago
- Repository for the book "Crafting Interpreters"☆10,614Aug 7, 2024Updated last year
- Writing Interpreters in Rust: a Guide☆516Jan 23, 2025Updated last year
- A list of programming languages implemented in Rust, for inspiration.☆1,014Dec 8, 2025Updated 3 months ago
- Another minimal Raft implementation in Rust.☆187Feb 6, 2024Updated 2 years ago
- Work for Crafting a Compiler by Fischer, Cytron & LeBlanc.☆11Dec 1, 2019Updated 6 years ago
- Backtracking regular expression engine written in Python☆13Nov 4, 2022Updated 3 years ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆39Jul 14, 2020Updated 5 years ago
- An interpreter for the Monkey programming language written in Rust☆384Jul 1, 2024Updated last year
- A basic programming language. The compiler is written in rust using LLVM as it's backend.☆14Jan 4, 2026Updated 2 months ago
- 🧙♂️A small programming language with static typing and native compilation, selfhosted