An open API service indexing awesome lists of open source software.

https://github.com/calebowens/virtual-machine-experiment-rust


https://github.com/calebowens/virtual-machine-experiment-rust

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Virtual Machine Experiment

This is just a small project trying out building a 2d stack based VM idea that I had.

Blog posts about this project:
- https://blog.calebowens.com/2022/06/notes-06222022-virtual-machines-in-rust.html
- https://blog.calebowens.com/2022/06/notes-23062022-different-numeric-types.html
- https://blog.calebowens.com/2022/06/notes-24062022-functions-and-indexed.html
- https://blog.calebowens.com/2022/06/notes-25062022-actually-implementing.html