[Webkit-unassigned] [Bug 252224] New: [WGSL] Handle lexing of line and block comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 20:00:38 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252224

            Bug ID: 252224
           Summary: [WGSL] Handle lexing of line and block comments
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: djg at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230214/0530bc2c/attachment.htm>


More information about the webkit-unassigned mailing list