joews / peach

A functional programming language
MIT License
3 stars 0 forks source link

Disambiguate pipe in list destructuring from logical || #13

Closed joews closed 7 years ago

joews commented 7 years ago

Right now the grammar doesn't allow || as an identifier because it's ambiguous with the list destructuring delimiter.

Possible solutions: