Alternative: Distinguish between normal patterns and regexes in the syntax, so `match "%.c"` is distinct from (e.g.) `match /(.+)\.c/`.
Alternative: Distinguish between normal patterns and regexes in the syntax, so
match "%.c"is distinct from (e.g.)match /(.+)\.c/.