mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-03 10:45:36 +00:00
This CL adds the `relational_expression.post.unary_expression` grammar rule into the WGSL parser. A `shift_expression` helper and a `relational_expression` helper are also added. Note, the two helpers have `maybe_` as name prefixes. This will be dropped when the old parser path is removed which current uses the other versions of those names. Bug: tint:1633 Change-Id: I6431edfe8fdb9f5a6eea804a7d6fa9a4982ea04e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99761 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>