remove tools/extract-grammar.zig

This is not a sound way to check Zig's grammar against the spec.

This is a partial revert of f8f1c6ac06.
This commit is contained in:
Andrew Kelley
2023-07-25 18:15:25 -07:00
parent 5ab1854602
commit 48e0b89f2c
2 changed files with 0 additions and 99 deletions

View File

@@ -62,7 +62,6 @@ pub const simple_cases = [_]SimpleCase{
// Ensure the development tools are buildable. Alphabetically sorted.
// No need to build `tools/spirv/grammar.zig`.
.{ .src_path = "tools/extract-grammar.zig" },
.{ .src_path = "tools/gen_outline_atomics.zig" },
.{ .src_path = "tools/gen_spirv_spec.zig" },
.{ .src_path = "tools/gen_stubs.zig" },