0.0.1 • Published 10 years ago

simplelambda v0.0.1

Weekly downloads
12
License
-
Repository
github
Last release
10 years ago

SimpleLambda

Lambda calculus implemented as interpreter in JavaScript. WIP.

Installation

Via npm on Node:

npm install simplelambda

Usage

Reference in your program:

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

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.