rust-lang / gllLinks
GLL parsing framework.
☆139Updated 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 5 years ago
- A crate with indexed arenas with small memory footprint☆79Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆104Updated 6 years ago
- home for proposals in and around compile-time function evaluation☆113Updated last month
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆92Updated 4 years ago
- A graphical debugger for Rust MIR☆199Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆156Updated last year
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- Collecting examples and information to help design a memory model for Rust.☆126Updated 6 years ago
- garbage collection☆326Updated 6 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Token tree calling convention☆83Updated 3 years ago
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆103Updated last year
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Spawn processes with arbitrary closures in rust☆114Updated 4 years ago
- A demand-driven compiler with strong IDE support☆195Updated 3 years ago
- This crate guarantees that your application is free of panicking branches☆178Updated 6 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- Tutorial and demo of rust compiler replacement tooling☆56Updated 4 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 2 months ago
- Modeling NLL and the Rust borrowck☆84Updated 8 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 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…☆102Updated last year
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- An extraction of the compiletest utility from the Rust compiler☆231Updated 2 months ago