fn parseBlockLabel(p: *Parse) ?TokenIndex
fn parseBlockLabel(p: *Parse) ?TokenIndex { return p.eatTokens(&.{ .identifier, .colon }); }