fn nextToken(p: *Parse) TokenIndex
fn nextToken(p: *Parse) TokenIndex { const result = p.tok_i; p.tok_i += 1; return result; }