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

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

Awesome Lists containing this project

README

          

# machine-vm

![Testing Status](https://travis-ci.org/btipling/machine-vm.svg?branch=master)

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).