Skip to content

Commit b8b9dc8

Browse files
author
Deian Stefan
committed
readme
1 parent 325204e commit b8b9dc8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Homework task
2+
3+
Modify `lib/eval.js` to implement the free variables, substitution,
4+
and normalize functions
5+
6+
7+
## How to run the code
8+
9+
The main file for the project is `index.js`. This is a program that
10+
simply takes a filepath as an argument and runs the code in that file.
11+
The input file is expected to have 1 term per line.
12+
13+
```bash
14+
node index.js example.lc
15+
```

in.lc renamed to example.lc

File renamed without changes.

0 commit comments

Comments
 (0)