aboutsummaryrefslogtreecommitdiff
path: root/src/rule.zig
blob: 5487f68b916afabe898e5cf6e5006691579b750b (plain)
1
2
3
4
5
const CharSet = @import("char-set.zig");
const Character = @import("character.zig").Character;

items: []Character,
first: CharSet = CharSet {},