fitzgen / bacon-rajan-ccLinks
☆94Updated 2 years ago
Alternatives and similar repositories for bacon-rajan-cc
Users that are interested in bacon-rajan-cc are comparing it to the libraries listed below
Sorting:
- A very small GC in Rust, with a safe API☆63Updated last year
- A demand-driven compiler with strong IDE support☆195Updated 3 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆92Updated 4 years ago
- Rust bindings for libgccjit.☆53Updated 2 years ago
- A meta-JIT library for Rust interpreters☆165Updated 2 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- The peano numbers implemented in Rust's type system.☆24Updated 9 years ago
- PEG parser generator built on top of nom