ucarion / llvm-rust-getting-startedLinks
A super-simple compiler demoing how to talk to LLVM from Rust
☆96Updated 9 years ago
Alternatives and similar repositories for llvm-rust-getting-started
Users that are interested in llvm-rust-getting-started are comparing it to the libraries listed below
Sorting:
- A JIT experiment in Rust☆140Updated last year
- Pratt parser written in Rust☆91Updated last year
- dlmalloc ported into Rust☆112Updated 2 months ago
- A concurrent GC.☆43Updated 3 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- ☆90Updated 2 months ago
- Target "triple" support☆53Updated last month
- ☆94Updated 2 years ago
- Experimental Language based on Rust and Haskell☆53Updated 8 years ago
- ☆33Updated 5 years ago
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆102Updated last year
- Rust bindings for libgccjit.☆52Updated 2 years ago
- A new register allocator☆239Updated last month
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- A linked-list based, lock-free concurrent hashmap in Rust.☆164Updated 5 years ago
- skiplist☆142Updated 3 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Proof of concept of procedural macro input parsed by LALRPOP