
Aug. 1, 2018
1:04 a.m.
On Wed, Aug 1, 2018 at 6:00 PM, Jonathan Fine <jfine2358@gmail.com> wrote:
Hi Chris
You wrote:
Oh. The equivalent ones are #1 and #2, and #7 and #8, where this proposal doesn't change anything. Otherwise, they're not equivalent.
Are you sure. I'd also expect #10 and #11 to be equivalent.
By the way, there's a typo in my examples: 11) (a .? b) ?. c
Hmm.
10) a ?. b ?. c 11) (a ?. b) ?. c
I would parse those differently, but you may be right that they'll always have the same final result. Technically they should result in different code, though. ChrisA