reader/wgsl: Support unicode identifiers

Bug: tint:1437
Change-Id: Ie00ccb3e93d207111e55117dfc989f79b76164bf
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/80844
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton
2022-02-18 20:39:43 +00:00
committed by Tint LUCI CQ
parent 1c6c6b19ab
commit d29d3d5740
29 changed files with 483 additions and 95 deletions

View File

@@ -12,6 +12,7 @@
* Module-scope declarations can now be declared in any order. [tint:1266](crbug.com/tint/1266)
* The `override` keyword and `@id()` attribute for pipeline-overridable constants are now supported, replacing the `@override` attribute. [tint:1403](crbug.com/tint/1403)
* Tint now supports unicode identifiers. [tint:1437](crbug.com/tint/1437)
## Changes for M99