Bug 252224
| Summary: | [WGSL] Handle lexing of line and block comments | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebGPU | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | All | ||
| OS: | All | ||
Dan Glastonbury
WGSL supports single-line comments prefixed with // and block-comments delimited
by /* and */. Block comments can be nested so, unlike in C & C++, /* /* */ */ is
valid.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105430947>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/10070
EWS
Committed 260277@main (4c345f6c8991): <https://commits.webkit.org/260277@main>
Reviewed commits have been landed. Closing PR #10070 and removing active labels.