Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 216 Bytes

File metadata and controls

10 lines (7 loc) · 216 Bytes

Lamda calculus

This is my humble attempt to implement lamda calculus using ES6.

How to run

  1. Clone the repo
  2. npm install
  3. npm run tests
  4. npm run build