Closed dckc closed 7 years ago
Given the python heritage, expected DEDENT got IDENTIFIER is not maximally helpful for forgetting parens in:
expected DEDENT got IDENTIFIER
for expr in examples: ...
Parser upgrade incoming:
▲> m`for x in xs {}` Parse error: Exception: expected '(' for start of for-expr iterable, got "IDENTIFIER"
Given the python heritage,
expected DEDENT got IDENTIFIER
is not maximally helpful for forgetting parens in: