forked from dhlorenz/CS236319
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |