initial public release

This commit is contained in:
2017-06-04 22:44:06 -04:00
parent be1a75c1ca
commit 3cdbec3aea
2 changed files with 35 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
# vvm.rs
An implementation of [VVM](https://github.com/hellerve/vvm) in Rust.
It's hacky, it's ugly, it works.
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.