ministg: an interpreter for an operational semantics for the STG machine.

[ bsd3, language, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3
Dependencies base (>=3 && <5), containers, directory, filepath, haskell98, monads-tf, parsec (>=3), pretty, transformers, xhtml [details]
License BSD-3-Clause
Copyright (c) 2009 Bernard James Pope
Author Bernard James Pope
Maintainer bjpop@csse.unimelb.edu.au
Category Language
Home page http://www.haskell.org/haskellwiki/Ministg
Uploaded by BerniePope at 2009-08-20T11:00:44Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ministg
Downloads 2421 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-31 [all 7 reports]

Readme for ministg-0.2

[back to package description]
Thank you for trying Ministg.

For documentation on using Ministg please consult the web page:

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

For building and installing please consult the web page:

   http://www.haskell.org/haskellwiki/Cabal/How_to_install_a_Cabal_package

Feedback, feature requests, bug reports:

  Bernie Pope: http://www.cs.mu.oz.au/~bjpop/