yodalee / computationbook-rustLinks
Example code for Understanding Computation http://computationbook.com/ in Rust
☆36Updated 6 years ago
Alternatives and similar repositories for computationbook-rust
Users that are interested in computationbook-rust are comparing it to the libraries listed below
Sorting:
- Rust implementation of the projects from the book Modern Compiler Implementation in ML☆145Updated 7 months ago
- ☆152Updated 6 years ago
- 🚧 (Archived) StellarSQL: a minimal SQL DBMS written in Rust☆87Updated 6 years ago
- Modeling NLL and the Rust borrowck☆85Updated 8 years ago
- C99 (toy) compiler toolchain in Rust (in a weekend, for fun and self-education)☆176Updated 5 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- A demand-driven compiler with strong IDE support☆195Updated 3 years ago
- GLL parsing framework.☆138Updated last year
- Collecting examples and information to help design a memory model for Rust.☆126Updated 6 years ago
- A prototype embedded operating system written in Rust☆62Updated 3 years ago
- ☆29Updated 9 years ago
- garbage collection☆324Updated 6 years ago
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆103Updated last year
- Manipulate LLVM-IR in Pure Rust☆225Updated 3 years ago
- pest book☆55Updated last week
- Ferrugo is a JVM implementation written in Rust☆287Updated 6 years ago
- rucc is a tiny toy C compiler in Rust.☆196Updated 2 years ago
- A pure functional language for type-level programming in Rust☆338Updated 3 years ago
- home for proposals in and around compile-time function evaluation☆112Updated 2 weeks ago
- A port of the Berkeley YACC parser-generator to Rust☆133Updated 2 years ago
- Manage multiple LLVM/Clang builds☆169Updated last year
- Open Data Structures (in Rust)☆354Updated 5 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Rust bindings to LLVM. (Mirror of https://gitlab.com/taricorp/llvm-sys.rs/)☆216Updated last month
- An implementation of the Hindley-Milner type system in Rust.☆43Updated 8 years ago
- A simple CDCL(Conflict-Driven-Clause-Learning) SAT solver in Rust.☆38Updated last year
- A kernel module written in Rust