You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple stack based VM written in Rust. Operations include reading/writing from the stack, basic math, and looping. See bytecode.rs for valid commands and bytecode.txt/bytecode_loop.txt for examples.