Introduce . dot operator #127

Closed
opened 2025-06-30 16:27:47 +02:00 by riki · 0 comments
Owner

Very simple use case: v.X and v . X are the same as v X, but with different precedence rules (see #128).

The dot . is chosen because its primary function is record field accesses, which are commonly denoted using . in other languages.

Very simple use case: `v.X` and `v . X` are the same as `v X`, but with different precedence rules (see #128). The dot `.` is chosen because its primary function is record field accesses, which are commonly denoted using `.` in other languages.
riki added the
area/haku
goal/h2
labels 2025-06-30 16:39:30 +02:00
riki closed this issue 2025-09-03 23:31:57 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: riki/rkgk#127
No description provided.