RSSAmplifier

Mikail Khan · Apr 6, 2021

Writing a Tiny Stack VM in Rust

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

A few days ago I wrote a super simple postfix expression evaluator to demonstrate how stacks could be used to a friend. Afterwards, I decided to finally get around to learning how full stack VMs work so I expanded it into a full stack VM for which you could theoretically write a compiler. It turned out to be super concise and pretty fast.

Read on /2021/04/06/Writing-a-Tiny-Stack-VM-in-Rust.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.