osa1 / lexgenLinks
A fully-featured lexer generator, implemented as a proc macro
☆70Updated 4 months ago
Alternatives and similar repositories for lexgen
Users that are interested in lexgen are comparing it to the libraries listed below
Sorting:
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated last year
- A garbage collection library for Rust with zero unsafe code☆116Updated last year
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆53Updated 4 years ago
- Performance comparisons between various virtual interpreter implementation strategies☆45Updated last year
- PEG parser generator built on top of nom☆70Updated 6 years ago
- A meta-JIT library for Rust interpreters☆165Updated 2 years ago
- Experimental type level programming in Rust☆39Updated 4 years ago
- A simple, id-based arena☆120Updated 2 years ago
- Rust LLVM bindings☆31Updated 2 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- A rust crate which implements nanboxing☆21Updated 7 years ago
- A memory efficient syntax tree for language developers☆62Updated last month
- An educational implementation of the ninja build system, based on ideas from the Build Systems a la Carte paper.☆57Updated 4 years ago
- An interface for writing a RustTypeChecker.☆43Updated 2 years ago
- ☆90Updated last month
- Stack safe and expressive recursion in Rust☆103Updated 3 months ago
- Concrete Syntax Tree library☆100Updated 2 months ago
- Lift enum variants to the type-level.☆32Updated 4 years ago
- Modular register allocator algorithms