ehwan / RustyLRLinks
bison-like Parser generator & Compiler frontend framework that generate optimised IELR(1)/LALR(1) tables with Deterministic LR and Non-Deterministic GLR parsing. Write custom reduce actions in Rust and get beautiful diagnostics out of the box.
☆23Updated last month
Alternatives and similar repositories for RustyLR
Users that are interested in RustyLR are comparing it to the libraries listed below
Sorting:
- ☆58Updated 4 months ago
- Assembler toolkit: encoding and decoding of various architectures☆38Updated 11 months ago
- Compiler optimizer for arbitrary control flow based on equality saturation☆106Updated 3 years ago
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated 2 years ago
- New register allocator designed as a successor to regalloc2