simplelambda

Lambda calculus implemented as interpreter in JavaScript. WIP.

Usage no npm install needed!

<script type="module">
  import simplelambda from 'https://cdn.skypack.dev/simplelambda';
</script>

README

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.