[webkit-changes] [WebKit/WebKit] 8bd834: Adopt StringParsingBuffer & std::span in WGSL's L...

Chris Dumez noreply at github.com
Thu May 30 12:04:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8bd834504598b8c53f71236d66d714b6a61b3281
      https://github.com/WebKit/WebKit/commit/8bd834504598b8c53f71236d66d714b6a61b3281
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-30 (Thu, 30 May 2024)

  Changed paths:
    M Source/WebGPU/WGSL/Lexer.cpp
    M Source/WebGPU/WGSL/Lexer.h

  Log Message:
  -----------
   Adopt StringParsingBuffer & std::span in WGSL's Lexer
https://bugs.webkit.org/show_bug.cgi?id=274861

Reviewed by Sam Weinig.

* Source/WebGPU/WGSL/Lexer.cpp:
(WGSL::isIdentifierStart):
(WGSL::isIdentifierContinue):
(WGSL::Lexer<T>::nextToken):
(WGSL::Lexer<T>::shift):
(WGSL::Lexer<T>::peek):
(WGSL::Lexer<T>::isAtEndOfFile const):
(WGSL::Lexer<T>::lexNumber):
* Source/WebGPU/WGSL/Lexer.h:
(WGSL::Lexer::Lexer):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list