softdevteam / grmtoolsLinks
Rust grammar tool libraries and binaries
☆571Updated last month
Alternatives and similar repositories for grmtools
Users that are interested in grmtools are comparing it to the libraries listed below
Sorting:
- Incremental garbage collection from safe Rust☆791Updated last month
- ☆810Updated 5 months ago
- JIT compiler and runtime for a toy language, using Cranelift☆722Updated 2 months ago
- Beautiful diagnostic reporting for text-based programming languages.☆1,269Updated 2 months ago
- Compile-time reference counting☆455Updated 8 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆766Updated 3 weeks ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆493Updated last year
- LLVM IR in natural Rust data structures☆662Updated 7 months ago
- The arena, a fast but limited type of allocator☆574Updated last year
- Making parsing a breeze☆837Updated last week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆911Updated last week
- Slab allocator for Rust☆866Updated 2 months ago
- Easy self-referential struct generation for Rust.☆682Updated last year
- Refinement Types for Rust☆816Updated this week
- Slotmap data structure for Rust☆1,272Updated last month
- A minimal `syn` syntax tree pretty-printer☆734Updated 3 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 5 months ago
- A fast bump allocation arena for Rust☆2,059Updated this week
- A precise specification for "Rust lite / MIR plus"☆954Updated 2 weeks ago
- A special input type for nom to locate tokens☆240Updated 11 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆643Updated last year
- Safe cross-platform linker shenanigans☆814Updated 3 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,175Updated this week
- Parse BNF grammar definitions☆284Updated 5 months ago
- Test harness for ui tests of compiler diagnostics☆950Updated 3 weeks ago
- Defines the Rust borrow checker.☆1,567Updated 7 months ago
- Data structure serialization library with several opposite design goals from Serde☆917Updated 3 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆809Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆717Updated 3 weeks ago
- PEG parser combinators using operator overloading without macros.☆521Updated 11 months ago