secdh-0.2: SECDH Machine Simulator

The secdh package

SECDH stands for Stack-Environment-Code-Dump-Heap, and is an abstract machine based on Landin's classic SECD machine for evaluation of lambda-calculus expressions. This machine adds a heap of suspension cells to the structure managed by the machine, allowing fully-lazy evaluation, similar to Haskell. The machine operates directly on the syntax tree, as Landin's machine does. The entire implementation, including parser, evaluator, and garbage collector, occupies just over 1100 lines of code.

Properties

Versions0.1, 0.2
Dependenciesbase (4.*), containers (≥0.4)
LicenseBSD3
AuthorPeter Gavin
Maintainerpgavin@gmail.com
CategoryCompilers/Interpreters
Home pagehttp://github.com/pgavin/secdh
Source repositorygit clone git@github.com:pgavin/secdh.git
Executablessecdh
Upload dateTue Mar 13 13:08:50 UTC 2012
Uploaded byPeterGavin
Built onghc-7.4

Modules

Downloads