abesto / clox-rs
Following along the second (C) part of https://craftinginterpreters.com/, but with Rust, because reasons.
☆17Updated 2 years ago
Alternatives and similar repositories for clox-rs:
Users that are interested in clox-rs are comparing it to the libraries listed below
- A rust implementation of the lox language☆103Updated 8 months ago
- A gradually typed language originally based on the crafting interpreters series☆64Updated 2 months ago
- Lisp compiler using Rust☆18Updated last year
- hindley-milner algorithm☆54Updated last year
- Rust implementation of the Lox programming language☆144Updated 3 years ago
- 🍊 A statically typed, compiled programming language, largely inspired by Jai, Odin, and Zig.☆70Updated this week
- Pratt parser written in Rust☆88Updated last year
- Oxide Programming Language☆133Updated 2 years ago
- Norpl (NOt a Real Programming Language) is a skeleton language for research purposes☆22Updated 2 years ago
- Ygen - Yet another code generation libary☆105Updated this week
- A super-simple compiler demoing how to talk to LLVM from Rust☆94Updated 8 years ago
- ☆221Updated 2 months ago
- Compiler collection for educational purposes☆47Updated 3 months ago
- an interactive programming language☆35Updated this week
- An interpreter for Monkey with parser combinator written in Rust☆39Updated 5 years ago
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated last year
- QBE IR in natural Rust data structures☆94Updated last month
- A hybrid programming language written in Rust.☆122Updated 6 months ago
- Implementation in Rust of lox, the language described in Crafting Interpreters☆63Updated 3 years ago
- Native language with Rust & LLVM☆69Updated last year
- ☆51Updated last year
- Tutorial to learn to use the cranelift compiler backend☆23Updated 4 years ago
- ☆38Updated 4 years ago
- A lisp JIT compiler and interpreter built with cranelift.☆61Updated 11 months ago
- Comparing unsafe Rust vs Zig by writing a bytecode interpreter with GC in both langs☆174Updated last year
- Build your own - linker☆193Updated 3 years ago
- A Rust implementation of the Lox programming language. Based on clox, the bytecode virtual machine.