The ministg package
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: push/enter vs. eval/apply 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.
Properties
| Versions | 0.1, 0.2, 0.3 |
|---|---|
| Dependencies | base (≥3 & <5), containers, directory, filepath, monads-tf, parsec (≥3), pretty, transformers, xhtml |
| License | BSD3 |
| Copyright | (c) 2009, 2010, 2011 Bernard James Pope |
| Author | Bernard James Pope |
| Maintainer | florbitous@gmail.com |
| Stability | experimental |
| Category | Language |
| Home page | http://www.haskell.org/haskellwiki/Ministg |
| Source repository | git clone https://github.com/bjpop/ministg.git |
| Executables | ministg |
| Upload date | Tue Apr 10 08:48:56 UTC 2012 |
| Uploaded by | BerniePope |
Downloads
- ministg-0.3.tar.gz (Cabal source package)
- package description (included in the package)