From 1656775f01305c39ffb1afadef72ee714fc7f5d4 Mon Sep 17 00:00:00 2001 From: Rodrigo Raya <rodrigo.raya@epfl.ch> Date: Wed, 20 Oct 2021 08:06:13 +0000 Subject: [PATCH] Update labs_03.md --- labs/labs_03.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/labs/labs_03.md b/labs/labs_03.md index 25fbd32..c404949 100644 --- a/labs/labs_03.md +++ b/labs/labs_03.md @@ -167,6 +167,14 @@ The structure of your project `src` directory should be as follows: ├── Reporter.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 You are given **2 weeks** for this assignment. -- GitLab