segeljakt / prattLinks
Pratt parser written in Rust
☆90Updated last year
Alternatives and similar repositories for pratt
Users that are interested in pratt are comparing it to the libraries listed below
Sorting:
- A memory efficient syntax tree for language developers☆60Updated last week
- A fast, concurrent string interner☆150Updated 9 months ago
- A garbage collection library for Rust with zero unsafe code☆113Updated 10 months ago
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A simple, id-based arena☆119Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- Concrete Syntax Tree library☆95Updated 2 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated last week
- Resilient LL(1) parser generator for Rust☆158Updated this week
- A library for generating Graphviz DOT language files for graphs.☆75Updated 2 months ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- ☆89Updated 4 months ago
- ☆58Updated 2 weeks ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆95Updated 8 years ago
- Compact, clone-on-write vector and string.☆264Updated last month
- Choose Rust types at compile-time via constants☆65Updated last year
- A meta-JIT library for Rust interpreters☆162Updated 2 years ago
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆152Updated 10 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- A Vec That Has a Smaller size_of☆140Updated 2 months ago
- Interning of data in rust