Comparator Rules Page¶
Precedence tiers¶
(keyword, old_type, new_type)keyword(old_type, new_type)old_typeornew_type(single-sided)default comparator
Declaration¶
Add entries to Config.COMPARE_RULES; resolution is performed by
CompareRules.get_comparator().
Extending¶
Implement a
Comparesubclass.Register it in the rules table.
(Optional) expose it via
ConfigMakerso convenience constructors pick it up.