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:
- ☆151Updated 5 years ago
- Rust implementation of the projects from the book Modern Compiler Implementation in ML☆145Updated 3 months ago
- Collecting examples and information to help design a memory model for Rust.☆126Updated 6 years ago
- Modeling NLL and the Rust borrowck☆85Updated 7 years ago
- A prototype embedded operating system written in Rust☆61Updated 3 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- A simple CDCL(Conflict-Driven-Clause-Learning) SAT solver in Rust.☆38Updated last year
- ☆28Updated 8 years ago
- garbage collection☆323Updated 6 years ago
- A demand-driven compiler with strong IDE support☆195Updated 3 years ago
- Manage multiple LLVM/Clang builds☆165Updated last year
- A pure functional language for type-level programming in Rust☆334Updated 2 years ago
- C99 (toy) compiler toolchain in Rust (in a weekend, for fun and self-education)☆174Updated 4 years ago
- A port of the Berkeley YACC parser-generator to Rust☆132Updated last year
- GLL parsing framework.