From 01f8216d250b6fdd6ee511b81fede11a98cf73d1 Mon Sep 17 00:00:00 2001 From: Rodrigo Raya <rodrigo.raya@epfl.ch> Date: Wed, 29 Sep 2021 07:58:55 +0000 Subject: [PATCH] Update labs_01.md --- labs/labs_01.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/labs/labs_01.md b/labs/labs_01.md index 70dd20d..2da8797 100644 --- a/labs/labs_01.md +++ b/labs/labs_01.md @@ -87,9 +87,11 @@ You will have to complete the interpreter by implementing the missing methods (m When you are done, use sbt to try some of your programs from Part 1: +``` $ sbt > run library/Std.scala examples/Hello.scala Hello world! +``` There is also testing infrastructure under `/test`. To add your own tests, you have to add your testcases under `/test/resources/interpreter/passing` and the expected output under -- GitLab