funcons-lambda-cbv-mp: call-by-value lambda-calculus with meta-programming

[ bsd3, language, program ] [ Propose Tags ]

Basic call-by-value lambda-calculus with operational semantics based on Funcons and meta-programming extensions


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.2
Change log ChangeLog.md
Dependencies base (>=4.3 && <=5.0), containers (>=0.5.7), funcons-tools (>=0.2.0.5), gll (>=0.4.0.3), text (>=1.2.2) [details]
License BSD-3-Clause
Author L. Thomas van Binsbergen
Maintainer ltvanbinsbergen@acm.org
Revised Revision 1 made by ltvanbinsbergen at 2018-07-08T18:47:51Z
Category Language
Uploaded by ltvanbinsbergen at 2018-07-08T10:14:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables lambda-cbv
Downloads 1180 total (8 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 2018-07-08 [all 3 reports]

Readme for funcons-lambda-cbv-mp-0.1.0.2

[back to package description]
Tested on Ubuntu 14.04

INSTALL

   cabal build

RUN

   dist/build/lambda-cbv/lambda-cbv <PATH>

For example: dist/build/lambda-cbv/lambda-cbv programs/fib-double-cbna.cbv

TESTS

   ./run-tests.sh

should produce the same output provided in full.output