Whiley / WhileyDocs

Various documents relating to the Whiley Programming Language.
7 stars 2 forks source link

Operator Precedence #26

Open DavePearce opened 8 years ago

DavePearce commented 8 years ago

There is currently a serious problem with the rules describing operator precedence. For example, they indicate that !x.f should parse as (!x).f which is definitely broken.

Thanks to @richdougherty for pointing this out.