commit | 32a71bde7db2c338e8ddacc6e59ada3d252b8ad7 | [log] [tgz] |
---|---|---|
author | Liam Miller-Cushon <cushon@google.com> | Thu Sep 02 15:51:19 2021 -0700 |
committer | Javac Team <javac-team+copybara@google.com> | Thu Sep 02 15:52:00 2021 -0700 |
tree | 7d681093d4c311f693c2dda4b871435d0ba45709 | |
parent | d02ef82376fea38853d00de528157a60cbef9a3a [diff] |
Explicitly represent parenthesized expressions in the AST to fix order of operations when flattening binary trees. Follow-up to https://github.com/google/turbine/commit/fd0a45de2e1c39a2cb774d59c59904caa7040221 PiperOrigin-RevId: 394561504