Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 230 Bytes

File metadata and controls

11 lines (8 loc) · 230 Bytes

lambda-calculus

An untyped lambda calculus interpreter in Haskell, for fun, and to learn more about Haskell and lambda calculus.

Compile with ghc

make

Run examples

./lc < tests/misc

Run in REPL mode

./lc