https://github.com/btipling/machine-vm
A toy virtual machine written in Haskell
https://github.com/btipling/machine-vm
alu hardware-virtualization haskell virtual-machine vm
Last synced: 10 months ago
JSON representation
A toy virtual machine written in Haskell
- Host: GitHub
- URL: https://github.com/btipling/machine-vm
- Owner: btipling
- License: bsd-3-clause
- Created: 2017-07-18T09:11:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T06:59:16.000Z (over 8 years ago)
- Last Synced: 2025-03-16T01:39:43.219Z (11 months ago)
- Topics: alu, hardware-virtualization, haskell, virtual-machine, vm
- Language: Haskell
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# machine-vm

Work in progress to continue learning Haskell. Plan is to build a basic virtual machine.
The code and design in this project are based on [The Elements of Computing Systems](https://mitpress.mit.edu/books/elements-computing-systems).