pub fn parse_compare_operator(
    input: KconfigInput<'_>
) -> IResult<KconfigInput<'_>, CompareOperator>