ministg

an interpreter for an operational semantics for the STG machine.

http://www.haskell.org/haskellwiki/Ministg

Latest on Hackage:0.3

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 Bernard James Pope
Maintained by [email protected]

ministg is an interpreter for a simple high-level operational semantics for the STG machine. The semantics is taken from the research paper "Making a fast curry: pushenter vs. evalapply for higher-order languages", by Simon Marlow and Simon Peyton Jones. It provides the option to trace the execution of the interpreter, rendering each step in a HTML file. This is useful for understanding the behaviour of the STG machine, and also useful for experimenting with changes to the machine. It also supports an experimental call stack tracing facility.