Bring semicolons back #70

Closed
opened 2025-02-23 16:17:05 +01:00 by belka · 0 comments
Owner

The grammar is ambiguous otherwise. t := f(x)(y)(z) can be parsed as t := f(x); (y)(z) or t := f; (x)(y)(z).

The grammar is ambiguous otherwise. `t := f(x)(y)(z)` can be parsed as `t := f(x); (y)(z)` or `t := f; (x)(y)(z)`.
belka added the
bootstrap
label 2025-02-23 16:17:05 +01:00
belka changed title from Parse unary plus to Bring semicolons back 2025-03-01 09:30:23 +01:00
belka closed this issue 2025-03-01 14:01:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#70
No description provided.