secd: A Haskell implementation of the SECD abstract machine

[ bsd3, compilers-interpreters, library, program ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), haskeline, mtl (>=2.2.1 && <2.3), parsec (>=3.1.10 && <3.2), secd [details]
License BSD-3-Clause
Copyright BSD-3-Clause
Author Kwang Yul Seo
Maintainer kwangyul.seo@gmail.com
Category Compilers/Interpreters
Home page http://github.com/kseo/secd#readme
Source repo head: git clone https://github.com/kseo/secd
Uploaded by kseo at 2016-07-12T03:52:58Z
Distributions
Executables secdi
Downloads 944 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-07-12 [all 1 reports]

Readme for secd-0.1.0.0

[back to package description]

SECD

Build Status

A simple implementation of the SECD abstract machine.

Usage

$ secdi
% ((lambda (x) (+ x x)) 2)
4