fn nodeTag(p: *const Parse, node: Node.Index) Node.Tag
fn nodeTag(p: *const Parse, node: Node.Index) Node.Tag { return p.nodes.items(.tag)[@backingInt(node)]; }