schema_version = 1
id = "string_matching.glob_match"
archetype = "rule-bytes-to-bool"
display_name = "Glob Match"
summary = "Anchored file-glob byte matcher supporting star and question-mark wildcards."
category = "C"
[intrinsic]
wgsl = "string_matching_glob_match"
[signature]
inputs = ["Bytes", "Bytes"]
output = "Bool"
laws = []
equivalence_classes = ["literal", "star", "question", "anchored_mismatch"]
workgroup_size = [1, 1, 1]
tags = ["string-matching", "glob", "wildcard", "t47"]
fixtures_dir = "fixtures/"