Krelix / rust_vm_tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 100.0%