Modify lib/eval.js
to implement the free variables, substitution,
and normalize functions
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