simplelambda
v0.0.1
Published
Lambda calculus implemented as interpreter in JavaScript
Downloads
11
Readme
SimpleLambda
Lambda calculus implemented as interpreter in JavaScript. WIP.
Installation
Via npm on Node:
npm install simplelambdaUsage
Reference in your program:
var simpletbeams = require('simplelambda');[TBD]
Development
git clone git://github.com/ajlopez/SimpleLambda.git
cd SimpleLambda
npm install
npm testSamples
TBD
License
MIT
References
Contribution
Feel free to file issues and submit pull requests � contributions are welcome<
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test continues to pass.
