SeaOfNodes / Simple-RustLinks
☆29Updated 7 months ago
Alternatives and similar repositories for Simple-Rust
Users that are interested in Simple-Rust are comparing it to the libraries listed below
Sorting:
- Performance comparisons between various virtual interpreter implementation strategies☆45Updated last year
- A fully-featured lexer generator, implemented as a proc macro☆70Updated 4 months ago
- the WebAssembly partial evaluator☆100Updated last month
- Wadler-style pretty-printing combinators in Rust☆165Updated last week
- ☆60Updated 2 years ago
- Concrete Syntax Tree library☆100Updated 2 months ago
- JIT codegen backend with SSA IR based on B3 from WebKit☆62Updated last year
- Exploring the "expression problem" in Rust☆50Updated 3 years ago
- A Hindley-Milner polymorphic typing system☆59Updated last year
- A meta-JIT library for Rust interpreters☆165Updated 2 years ago
- hindley-milner algorithm☆62Updated 2 years ago
- A garbage collection library for Rust with zero unsafe code☆115Updated last year
- Macros have types!☆131Updated 2 years ago
- PEG parser generator for creating ASTs in Rust☆41Updated last year
- world's worst interpreter☆62Updated 5 months ago
- ☆58Updated 2 months ago
- Why can't a tree be called Pluplusch?☆28Updated 5 months ago
- Rust testing framework for compilers and VMs☆51Updated 7 months ago
- A repository for the stack switching proposal.☆178Updated last week
- Automagical variable binding library for Rust☆67Updated 6 years ago
- A new register allocator☆237Updated last week
- A modern (trail saving, clause subsumption/vivification, learning-rate based selecting, rephrase) CDCL SAT solver in Rust☆99Updated 3 months ago
- A basic implementation of Hindley-Milner type inference via Algorithm W in Rust.☆44Updated 9 years ago
- An educational implementation of the ninja build system, based on ideas from the Build Systems a la Carte paper.☆57Updated 4 years ago
- Compiler optimizer for arbitrary control flow based on equality saturation☆103Updated 3 years ago
- ☆174Updated last month
- A macro for defining type operators in Rust.☆65Updated 8 years ago
- LL(k) and LALR(1) parser generator for Rust☆227Updated this week
- Program analysis playground for a simple, imperative language