Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 365 Bytes

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