pub fn count_until(tokens: &[String], pos: usize, end_token: &str) -> usize
Count tokens from pos until end_token (exclusive).
pos
end_token