pub fn unexpected_token_error_string(
    expected: &str,
    actual: Option<String>
) -> Error