Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rkaippully/pixie
- Owner: rkaippully
- License: mpl-2.0
- Created: 2021-02-17T09:06:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T11:58:41.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T13:31:39.037Z (about 2 months ago)
- Topics: haskell, virtual-machine
- Language: Haskell
- Homepage: https://rkaippully.github.io/pixie
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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