An interpreter for a Pure Lambda Calculus implemented in C
term ::=
var Variable Access
(term term) Application
\var.term Abstraction
var ::=
(a-z|A-Z|0-9)+
make
./bin/plc # Start REPL
./bin/plc <.plc file> # Interpret File