/cs242-fall14-lambda

CS242 lambda evaluator lab

Primary LanguageJavaScript

Homework task

Modify lib/eval.js to implement the free variables, substitution, and normalize functions

How to run the code

The main file for the project is index.js. This is a program that simply takes a filepath as an argument and runs the code in that file. The input file is expected to have 1 term per line.

node index.js example.lc