grain icon indicating copy to clipboard operation
grain copied to clipboard

Clean up regular expression code with or-patterns

Open peblair opened this issue 3 years ago • 1 comments

The match expressions in regex.gr contain a variety of duplicated branches which differ only by the variant being matched. We should clean these up using or-patterns.

peblair avatar Jun 04 '21 09:06 peblair

Unblocked by #1173!

ospencer avatar Apr 20 '22 23:04 ospencer