Files
vvm.rs/README.md
2017-06-04 22:44:06 -04:00

8 lines
222 B
Markdown

# vvm.rs
An implementation of [VVM](https://github.com/hellerve/vvm) in Rust.
It's my first substantial program in Rust and it looks like crap.
It also doesn't work yet, because I screwed up a bit of the call/ret
logic.