This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Description
The current draft spec gives ?? precedence and parsing in general exactly equal to ||. I wrote the spec this way because I was imagining people upgrading code from || to ??, and thought that the parsing shouldn't change. However, maybe a lower precedence would make more sense, to be "the lowest expression precedence". Any opinions?