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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Rust implementation of the Lox programming language☆154Nov 21, 2021Updated 4 years ago
- Implementation in Rust of lox, the language described in Crafting Interpreters☆66Jul 1, 2021Updated 4 years ago
- Lox Interpreter/REPL written in Rust☆38Feb 9, 2019Updated 7 years ago
- Lox language implementation in Rust☆17Jul 30, 2022Updated 3 years ago
- Crafting Interpreters in Rust☆307Nov 3, 2022Updated 3 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 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
- Language tooling for the Lox programming language.☆359Apr 12, 2026Updated 2 weeks 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 Kotlin implementation of lox with a JVM backend built using ProGuardCORE☆24Apr 22, 2026Updated last week
- Lox grammar for tree-sitter☆14Apr 23, 2023Updated 3 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
- demonstrating shunting yard algorithm and evaluation of arithmetic expressions