/rust_vm_tutorial

Following the blog.subnetzero.io tutorial on building a language vm (iridium)

Primary LanguageRust

Iridium VM (redux)

This repository is the code written by following along this tutorial series on building a language VM

How to use

cargo run

This will download dependencies, build and run the REPL for this fledgling VM. The REPL only support 2 commands .history and .quit, all other commands will fail for now.