abesto / clox-rs
Following along the second (C) part of https://craftinginterpreters.com/, but with Rust, because reasons.
☆19Updated 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
Sorting:
- A rust implementation of the lox language☆105Updated 11 months ago
- A gradually typed language originally based on the crafting interpreters series☆63Updated 5 months ago
- Ygen - Yet another code generation libary (abandoned)☆107Updated last week
- Rust implementation of the Lox programming language☆146Updated 3 years ago
- ☆54Updated last year
- Lisp compiler using Rust☆18Updated last year
- QBE IR in natural Rust data structures☆105Updated 3 weeks ago
- 🍊 A statically typed, compiled programming language, largely inspired by Jai, Odin, and Zig.☆78Updated 2 months ago
- hindley-milner algorithm☆59Updated last year
- Learn assembly with entirely too many brainfuck compilers☆58Updated 4 years ago
- Pratt parser written in Rust☆90Updated last year
- Comparing unsafe Rust vs Zig by writing a bytecode interpreter with GC in both langs☆180Updated last year
- Language tooling for the Lox programming language.☆303Updated 2 months ago
- Native language with Rust & LLVM☆69Updated last year
- Norpl (NOt a Real Programming Language) is a skeleton language for research purposes☆22Updated 2 years ago
- A lisp JIT compiler and interpreter built with cranelift.☆64Updated last year
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated last year
- ☆133Updated 2 years ago
- An interpreter for Monkey with parser combinator written in Rust☆41Updated 5 years ago
- A very tiny terminal snake game, purely implemented in Rust.☆73Updated last year
- A wrapper type for cross-type numeric comparisons.☆28Updated 2 years ago
- an interactive programming language☆36Updated this week
- Functional language with a powerful type system.