From 7f5c9e5369d831a1e719c239761faa7d3832279e Mon Sep 17 00:00:00 2001
From: "Mikhail.Barash" <mikhail.barash@uib.no>
Date: Fri, 15 Mar 2024 09:26:29 +0100
Subject: [PATCH] fixed bug (removed line 159, because it was left there from
 the complete solution)

---
 src/parser.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parser.ts b/src/parser.ts
index 568225b..4d4ed82 100644
--- a/src/parser.ts
+++ b/src/parser.ts
@@ -156,7 +156,7 @@ export function parseProgram(tokens: Token[]): AstNode[] {
         // 3.1.3.1.3. Property `nodeType` should be `PhysicalUnit`
 
         // TODO: YOUR CODE HERE
-        };
+        
       // 3.1.4. Otherwise, if that value is one of the (???what???) units, then:
       } else if (/* TODO: YOUR CODE HERE */) {
         // TODO: YOUR CODE HERE
-- 
GitLab