mkhan45 / tinyvmLinks
An MVP stack VM
☆105Updated last year
Alternatives and similar repositories for tinyvm
Users that are interested in tinyvm are comparing it to the libraries listed below
Sorting:
- Build your own - linker☆205Updated 4 years ago
- A hobby x86-64 operating system written in Rust☆140Updated last year
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Rust implementation of the Lox programming language☆148Updated 3 years ago
- A gradually typed language originally based on the crafting interpreters series☆64Updated 3 weeks ago
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP☆79Updated 5 years ago
- Rust bindings to LLVM. (Mirror of https://gitlab.com/taricorp/llvm-sys.rs/)☆211Updated 2 weeks ago
- An x86-64 kernel with ~100% Rust (originally) in a week. `async` inside!☆53Updated 3 years ago
- Lightweight C parser for Rust☆228Updated last year
- A very small and minimal virtual machine written in rust.☆108Updated 5 years ago
- Writing Interpreters in Rust: a Guide☆516Updated 7 months ago
- Pure Rust implementation of Lua compiler.☆201Updated 3 years ago
- Pratt parser written in Rust☆91Updated last year
- C99 (toy) compiler toolchain in Rust (in a weekend, for fun and self-education)☆174Updated 4 years ago
- A rust implementation of the lox language☆111Updated last year
- A dancing with interpreter and compiler☆65Updated 3 weeks ago
- Crafting Interpreters in Rust☆301Updated 2 years ago
- A new register allocator☆234Updated last month
- Small examples to explain Futures, Waker, Tasks in Rust☆63Updated 4 years ago
- An interpreter for the Monkey programming language written in Rust☆382Updated last year
- Parser Combinator ver. Rust☆15Updated 5 years ago
- The most secure OS that you've ever laid your eyes on: no networking, user processes or interaction of any kind! (also it's in [very unsa…☆50Updated 7 months ago
- rust stackful generator library☆346Updated last week
- ☆72Updated 3 years ago
- A parser, compiler, and virtual machine evaluator for a minimal subset of Lua; written from scratch in Rust.☆188Updated 3 years ago
- A lock-free memory allocator☆61Updated 3 weeks ago
- A tiny x86_64 kernel written in Rust.☆82Updated 2 years ago
- Syntatic sugar Rust macros☆83Updated 3 years ago
- The diatom programming language