Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 205 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 205 Bytes

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.