This an experimental single file stack based virtual machine built in Rust.
__
_(\ |@@|
(__/\__ \--/ __
\___|----| | __
\ }{ /\ )_ / _\
/\__/\ \__O (__
(--/\--) \__/
_)( )(_
`---''---`
The entry point is in the main.rs
file and the vm code is in the src/lib.rs
file
Note that this repo is under ongoing development and new updates will be pushed here from to time to time.