Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rkaippully/pixie

Pixie is a virtual machine in Haskell.
https://github.com/rkaippully/pixie

haskell virtual-machine

Last synced: about 16 hours ago
JSON representation

Pixie is a virtual machine in Haskell.

Awesome Lists containing this project

README

        

* Pixie Machine

Pixie is a project to build a virtual machine in Haskell.

This project defines a VM specification, an assembler for this machine, and finally a VM implementation.

- [[https://rkaippully.github.io/pixie/spec.html][Pixie Virtual Machine Specification]]

** Project Status

- [ ] Assembler
- [ ] Parser
- [ ] Code Generator
- [ ] VM
- [ ] OS