Lambda calculus implemented as interpreter in JavaScript
npm install simplelambda
npm install simplelambda
`
Usage
Reference in your program:
`js
var simpletbeams = require('simplelambda');
`
[TBD]
Development
`
git clone git://github.com/ajlopez/SimpleLambda.git
cd SimpleLambda
npm install
npm test
`
Samples
TBD
License
MIT
References
- Lecture Notes on the Lambda Calculus.
- Notas sobre el C�lculo Lambda
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.