From 5fce2babc0800db46f544a238fa40c9caa94ae4e Mon Sep 17 00:00:00 2001 From: Guy C Date: Fri, 7 Feb 2025 18:48:34 +0000 Subject: [PATCH] fix: removed expired todo in parser --- src/main/wacc/parser.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/wacc/parser.scala b/src/main/wacc/parser.scala index ddb5987..e798284 100644 --- a/src/main/wacc/parser.scala +++ b/src/main/wacc/parser.scala @@ -176,7 +176,6 @@ object parser { )), ``.label("valid initial value for variable") ) - // TODO: Can we inline the name of the variable in the message | Assign( `` <~ ("=" | "(".verifiedExplain( "function calls must use the 'call' keyword and the result must be assigned to a variable"