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:
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- home for proposals in and around compile-time function evaluation☆110Updated last year
- A crate with indexed arenas with small memory footprint☆77Updated 10 months ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 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
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆101Updated last year
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- garbage collection☆321Updated 5 years ago
- Token tree calling convention☆79Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months 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 last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Collecting examples and information to help design a memory model for Rust.☆126Updated 6 years ago
- A graphical debugger for Rust MIR☆192Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆139Updated 2 months ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆38Updated 7 years ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 7 months ago
- A demand-driven compiler with strong IDE support☆196Updated 3 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Tutorial and demo of rust compiler replacement tooling☆56Updated 4 years ago
- A simple, id-based arena☆120Updated last year
- This crate guarantees that your application is free of panicking branches☆177Updated 6 years ago
- Execute your code on the Rust ecosystem.☆184Updated 3 weeks ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Modeling NLL and the Rust borrowck☆82Updated 7 years ago
- skiplist☆142Updated 3 years ago