fn parse_path(
    parser: &mut FormatStringParser<'_, '_>,
    current: Token
) -> Result<Token, Token>