fn parse_one_feature_value<'i, 't>(
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>
) -> Result<Integer, ParseError<'i>>