nikomatsakis / great-pl-papersLinks
Exploring awesome PL papers in redex
☆19Updated 3 years ago
Alternatives and similar repositories for great-pl-papers
Users that are interested in great-pl-papers are comparing it to the libraries listed below
Sorting:
- Wadler-style pretty-printing combinators in Rust☆162Updated 5 months ago
- A pure functional language for type-level programming in Rust☆334Updated 2 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- A macro for defining type operators in Rust.☆64Updated 8 years ago
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆102Updated last year
- Session Type EDSL for Rust☆103Updated 3 years ago
- a model of MIR and the Rust type/trait system☆314Updated 2 weeks ago
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated last year
- A dependent type system built entirely in Rust's trait system (WIP).☆25Updated 6 years ago
- Rust implementation of the projects from the book Modern Compiler Implementation in ML☆145Updated 3 months ago
- Modular register allocator algorithms☆106Updated 2 years ago
- ☆151Updated 5 years ago
- A meta-JIT library for Rust interpreters☆165Updated 2 years ago
- Concrete Syntax Tree library☆100Updated last month
- Modeling NLL and the Rust borrowck☆85Updated 7 years ago
- ☆58Updated last month
- Automagical variable binding library for Rust☆67Updated 5 years ago
- A Hindley-Milner polymorphic typing system☆59Updated last year
- An educational implementation of the ninja build system, based on ideas from the Build Systems a la Carte paper.☆57Updated 4 years ago
- ☆324Updated 10 months ago
- Exploring the "expression problem" in Rust☆50Updated 2 years ago
- A simple, zero-dependency implementation of the untyped lambda calculus in Safe Rust☆129Updated 3 months ago
- Overview of the Tree Borrows rules for detecting violations of the aliasing discipline in Rust☆26Updated last year
- Stack safe and expressive recursion in Rust☆102Updated 2 months ago
- ☆37Updated 3 years ago
- experimental datalog rules for a next gen polonius☆19Updated 3 years ago
- The essence of Rust.