Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 593 Bytes

supert

Stack based supert virtual machine

It is a simple stack based interpreter that supports arithmetic operations, variables, loops and channels.

Info

For more info about the interpreter, take a look at the README file of the interpreter folder

Build

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