Lambda calculus parser and interpreter written in Haskell
Find a file
2017-11-25 22:59:52 +00:00
.gitignore Add gitignore 2017-11-05 19:25:22 +00:00
interactive.hs Organize code into a Lambda module 2017-11-25 20:19:39 +00:00
Lambda.hs Fix some whitespace 2017-11-25 22:59:52 +00:00
README.md Fix typo in README 2017-11-07 20:11:31 +00:00

lambda

Interpret simple lambda calculus expressions