You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all types of brackets are used for "grouping", and are transpiled to normal parentheses ().
To be able to support sets (see to #47), curly brackets needs to be reserved for sets only.
Similarly, in order to support lists (see to #48), square brackets needs to be reserved for lists only.
The text was updated successfully, but these errors were encountered:
Currently, all types of brackets are used for "grouping", and are transpiled to normal parentheses
(
)
.To be able to support sets (see to #47), curly brackets needs to be reserved for sets only.
Similarly, in order to support lists (see to #48), square brackets needs to be reserved for lists only.
The text was updated successfully, but these errors were encountered: