rodrigorc / pomelo
Implementation of the Lemon parser generator as a Rust procedural macro
☆50Updated 4 years ago
Alternatives and similar repositories for pomelo:
Users that are interested in pomelo are comparing it to the libraries listed below
- Composable, lock-free, allocation-light data structures☆60Updated 6 years ago
- A #[no_std] LinAlg library☆51Updated 3 years ago
- A minimal in-memory database with relational algebraic expressions as queries☆60Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 3 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated last year
- Compact sets in rust☆54Updated 3 months ago
- Left Recursive PEG for rust☆67Updated 2 years ago
- 🗃 UTF-8 string, byte string, and C string interner☆27Updated this week
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆36Updated last year
- Pratt parser written in Rust☆88Updated last year
- PEG parser generator built on top of nom☆69Updated 5 years ago
- Visualise recursive functions and tree structures.☆30Updated 3 years ago
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆51Updated 3 years ago
- ☆92Updated last year
- Logic programming, for Rust, from inside Rust.☆42Updated 4 years ago
- A simple, id-based arena☆118Updated last year
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- A generic, fixed-size, associative cache☆39Updated 3 months ago
- GLL parsing framework.☆137Updated 11 months ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆94Updated 8 years ago
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆51Updated 3 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 7 months ago
- A safe tree using an arena allocator that allows deletion without suffering from the ABA problem by using generational indices. https://d…☆31Updated 6 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Tutorial to learn to use the cranelift compiler backend☆23Updated 4 years ago
- Modular register allocator algorithms☆106Updated 2 years ago