https://github.com/calebowens/virtual-machine-experiment-rust
https://github.com/calebowens/virtual-machine-experiment-rust
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebowens/virtual-machine-experiment-rust
- Owner: calebowens
- Created: 2022-06-22T22:40:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T21:18:30.000Z (about 4 years ago)
- Last Synced: 2025-12-26T15:09:41.820Z (6 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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