playXE / b3-rs
JIT codegen backend with SSA IR based on B3 from WebKit
☆62Updated last year
Alternatives and similar repositories for b3-rs:
Users that are interested in b3-rs are comparing it to the libraries listed below
- A meta-JIT library for Rust interpreters☆162Updated 2 years ago
- Macro assembler for Rust☆35Updated last year
- A gradually typed language originally based on the crafting interpreters series☆63Updated 5 months ago
- Performance comparisons between various virtual interpreter implementation strategies☆42Updated last year
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 10 months ago
- A highly experiment portable runtime☆19Updated last year
- WLambda - Embeddable Scripting Language for Rust☆54Updated 3 months ago
- Pratt parser written in Rust☆90Updated last year
- hindley-milner algorithm☆59Updated last year
- An interface for writing a RustTypeChecker.☆43Updated 2 years ago
- A memory efficient syntax tree for language developers☆57Updated last month
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- ☆93Updated last year
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- Rust bindings for libgccjit.☆51Updated 2 years ago
- Lightning Creations Compiler Frontend for various languages☆119Updated 4 months ago
- A fully-featured lexer generator, implemented as a proc macro☆69Updated 4 months ago
- Mostly safe wrapper for alloca☆25Updated last year
- An experiment in an augmented error handling type for Rust☆39Updated last week
- Resilient LL(1) parser generator for Rust☆140Updated last week
- QBE IR in natural Rust data structures☆105Updated 3 weeks ago
- replacement for std::{Range,RangeInclusive}