commit | 759480a92614276f48fd86a3e5bba098bc3e896b | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Thu Feb 27 10:41:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 10:41:45 2025 |
tree | 9eff95dd668441989a54baf1fbe72a1501ff8e4b | |
parent | 630efc458401e3b09088c77605856e0a8b408aa1 [diff] |
chrome_wgsl_fuzzer: experiment with a FuzzTest grammar This change introduces a FuzzTest grammar domain to generate better programs for WGSL. This aims at being an experiment with grammars in general. The introduced grammar is not complete and probably does not work to actually parse wgsl programs. Specifically, the template disambiguation is not correctly implemented, which is not a problem for generating code, but is a problem for parsing. Change-Id: I2d119af189db0a4a718c6c3d80c668d994bf05bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6304840 Auto-Submit: Paul Semel <paulsemel@chromium.org> Reviewed-by: Ali Hijazi <ahijazi@chromium.org> Commit-Queue: Paul Semel <paulsemel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425645}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.