simple-stacked-vm

Simple stacked virtual machine: assembler, disassembler, bytecode interpreter

Latest on Hackage:0.1.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ilya V. Portnov
Maintained by [email protected]

This is a simple stacked virtual machine. It works like Forth or JVM. This package includes declarations of data types, assembler, disassembler, and bytecode interpreter.