Skip to content
Snippets Groups Projects
Commit 1656775f authored by Rodrigo Raya's avatar Rodrigo Raya
Browse files

Update labs_03.md

parent c0688cd7
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,14 @@ The structure of your project `src` directory should be as follows: ...@@ -167,6 +167,14 @@ The structure of your project `src` directory should be as follows:
├── Reporter.scala ├── Reporter.scala
└── UniqueCounter.scala └── UniqueCounter.scala
## Reference compiler
Recall you can use the [reference compiler](https://gitlab.epfl.ch/lara/cs320/-/blob/main/labs/amy_reference_compiler.md) for any doubts you have on the intended behaviour. For this lab you can use the command:
```
java -jar amyc-assembly-1.7.jar --printTrees <files>
```
## Deliverables ## Deliverables
You are given **2 weeks** for this assignment. You are given **2 weeks** for this assignment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment