Stack based supert virtual machine
It is a simple stack based interpreter that supports arithmetic operations, variables, loops and channels.
For more info about the interpreter, take a look at the README file of the interpreter
folder
Make sure you have Rust development environment setup.
To see how interpreter works, please take a look at the tests in the vm.rs
file.
To run all tests:
cargo test