lambda-calc Small lambda calculus interpreter in Haskell Also, has support for imports. Syntax # True value true = λt. λf. t # False value false = λt. λf. f true Setup Run nix build and ./result/bin/lambda-calc <filename>.lambda