[webkit-changes] [WebKit/WebKit] 8c49f9: [WGSL] Implement additive & multiplicative express...

Dan Glastonbury noreply at github.com
Thu Feb 2 14:06:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8c49f9898715b5df8bf06c82b633bf55b009d9ee
      https://github.com/WebKit/WebKit/commit/8c49f9898715b5df8bf06c82b633bf55b009d9ee
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M Source/WebGPU/WGSL/AST/ASTForward.h
    M Source/WebGPU/WGSL/Lexer.cpp
    M Source/WebGPU/WGSL/Parser.cpp
    M Source/WebGPU/WGSL/ParserPrivate.h
    M Source/WebGPU/WGSL/Token.cpp
    M Source/WebGPU/WGSL/Token.h
    M Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp
    M Tools/TestWebKitAPI/Tests/WGSL/ParserTests.cpp
    M Tools/TestWebKitAPI/Tests/WGSL/TestWGSLAPI.h

  Log Message:
  -----------
  [WGSL] Implement additive & multiplicative expression parsing
https://bugs.webkit.org/show_bug.cgi?id=251573
rdar://problem/104951203

Reviewed by Tadeu Zagallo.

Implement parsing of expressions involving +, -, *, / and % with correct
precedence by handling -, / and % operators.

Canonical link: https://commits.webkit.org/259780@main




More information about the webkit-changes mailing list