Closed joews closed 7 years ago
Right now the grammar doesn't allow || as an identifier because it's ambiguous with the list destructuring delimiter.
||
Possible solutions:
:
Right now the grammar doesn't allow
||
as an identifier because it's ambiguous with the list destructuring delimiter.Possible solutions:
:
in destructured lists||
and some other special cases as identifiers; don't allow user identifiers to use these characters