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☆139Updated last year
- Pratt parser written in Rust☆90Updated last year
- ☆33Updated 4 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- dlmalloc ported into Rust☆109Updated last month
- A concurrent GC.☆43Updated 3 years ago
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- A gradually typed language originally based on the crafting interpreters series☆64Updated 7 months ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- Lightweight C parser for Rust☆224Updated last year
- pest grammar file support for all JetBrains IDEs☆36Updated 2 months ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- ☆89Updated 5 months ago
- Modular register allocator algorithms☆106Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- A reimplementation of the Flap parser in Rust (with our own modifications applied)!☆53Updated last year
- Babysteps blog☆36Updated last month
- Left Recursive PEG for rust☆67Updated 2 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- Rust Code Reading Clubs☆140Updated 3 years ago
- docs.rs as a publishing platform?☆69Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- ☆95Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆81Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago