pub type RuleId = u16;
ID types for indexing combinators in generated code. Using u16 to keep Work enum variants compact while supporting up to 65535 combinators.