Skip to content

dylan-thinnes/register-machine

Repository files navigation

register-machine

Summary of register machines, and their basic implementation, is available here..

This project seeks to implement register machines in Haskell, with consideration for

  • freely extensible instruction set using Sums
  • macros using assembly system / submachines
  • support for nondeterministic instructions using the cofree comonad and recursion schemes

About

Implementation of register machines, with extensible intruction set, macros, and assembly. WIP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages