pub fn get_node_at_path(root: &AstNode, path: &AstPath) -> Option<AstNode>
Navigate to a node in the AST using the given path. Enables precise AST node retrieval.