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"