Add support for shorthand operator declarations #57

Open
opened 2024-01-22 15:22:06 +01:00 by samvv · 2 comments
samvv commented 2024-01-22 15:22:06 +01:00 (Migrated from github.com)
No description provided.
samvv commented 2024-02-04 17:49:47 +01:00 (Migrated from github.com)

Infix and N-ary operator already done in commit 9f5de29. Prefix and suffix operators remain.

The following works:

let a + b = ...
let (<>) a b = ...
Infix and N-ary operator already done in commit 9f5de29. Prefix and suffix operators remain. The following works: ``` let a + b = ... let (<>) a b = ... ```
samvv commented 2024-02-19 14:18:58 +01:00 (Migrated from github.com)

This is waiting for #63 to complete.

This is waiting for #63 to complete.
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: samvv/bolt#57
No description provided.