rust-lang / gllLinks
GLL parsing framework.
☆137Updated last year
Alternatives and similar repositories for gll
Users that are interested in gll are comparing it to the libraries listed below
Sorting:
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 9 months ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- Token tree calling convention☆79Updated 2 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆156Updated 6 months ago
- garbage collection☆321Updated 5 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A graphical debugger for Rust MIR☆191Updated 2 years ago
- Configurable, extensible, interactive line reader☆190Updated 4 years ago
- An extraction of the compiletest utility from the Rust compiler☆226Updated this week
- This crate guarantees that your application is free of panicking branches☆177Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- `rust-reduce` will try to make the source file smaller by interpreting it as valid Rust code and intelligently removing parts of the code…☆100Updated 11 months ago
- Procedural macros in expression position☆203Updated 2 years ago
- Manual segmented stacks for Rust☆307Updated last month
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated this week
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- String interning for Rust☆200Updated last month
- A very small GC in Rust, with a safe API☆62Updated 11 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago