fix: removed expired todo in parser

This commit is contained in:
Guy C 2025-02-07 18:48:34 +00:00
parent 2a4c2bc993
commit 5fce2babc0

View File

@ -176,7 +176,6 @@ object parser {
)), )),
`<rvalue>`.label("valid initial value for variable") `<rvalue>`.label("valid initial value for variable")
) )
// TODO: Can we inline the name of the variable in the message
| Assign( | Assign(
`<lvalue>` <~ ("=" | "(".verifiedExplain( `<lvalue>` <~ ("=" | "(".verifiedExplain(
"function calls must use the 'call' keyword and the result must be assigned to a variable" "function calls must use the 'call' keyword and the result must be assigned to a variable"