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