Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vMaroon committed Jun 25, 2024
1 parent 7c7ee1d commit f3abf37
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Spr24/HW/Homework3/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
[Homework link](https://docs.google.com/document/d/14rkTShnErNoh0DLebtplGDpJK5Frzv0InnWHr2vlfJY/edit?usp=sharing)
# Homework 3

[Homework link](https://docs.google.com/document/d/14rkTShnErNoh0DLebtplGDpJK5Frzv0InnWHr2vlfJY/edit?usp=sharing)

---

Note that question 3 does not have an input/output file. Instead, it has a testing code file that runs some tests.
You can run the test by running the following command in the terminal:

```smlnj test_parse.sml```

You may notice that the first line in the test file is `use "hw3_q3.sml"`, which means that your solution file must be accessible in the working directory. If you have your solution in a different directory, you can change the path in the test file.

0 comments on commit f3abf37

Please sign in to comment.